|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FemIndexSearchDef
IndexSearchDef object instance interface.
Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.
Method Summary | |
---|---|
FemTupleProjection |
getInputDirectiveProj()
Returns the value of attribute inputDirectiveProj. |
FemTupleProjection |
getInputJoinProj()
Returns the value of attribute inputJoinProj. |
FemTupleProjection |
getInputKeyProj()
Returns the value of attribute inputKeyProj. |
List<FemCorrelation> |
getSearchKeyParameter()
Returns the value of reference SearchKeyParameter. |
boolean |
isOuterJoin()
Returns the value of attribute outerJoin. |
boolean |
isPrefetch()
Returns the value of attribute prefetch. |
boolean |
isUniqueKey()
Returns the value of attribute uniqueKey. |
void |
setInputDirectiveProj(FemTupleProjection newValue)
Sets the value of inputDirectiveProj attribute. |
void |
setInputJoinProj(FemTupleProjection newValue)
Sets the value of inputJoinProj attribute. |
void |
setInputKeyProj(FemTupleProjection newValue)
Sets the value of inputKeyProj attribute. |
void |
setOuterJoin(boolean newValue)
Sets the value of outerJoin attribute. |
void |
setPrefetch(boolean newValue)
Sets the value of prefetch attribute. |
void |
setUniqueKey(boolean newValue)
Sets the value of uniqueKey attribute. |
Methods inherited from interface net.sf.farrago.fem.fennel.FemIndexScanDef |
---|
getOutputProj, setOutputProj |
Methods inherited from interface net.sf.farrago.fem.fennel.FemExecutionStreamDef |
---|
getDynamicParamUse, getInputFlow, getName, getOutputDesc, getOutputFlow, setName, setOutputDesc |
Methods inherited from interface javax.jmi.reflect.RefObject |
---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
Methods inherited from interface javax.jmi.reflect.RefFeatured |
---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
Methods inherited from interface javax.jmi.reflect.RefBaseObject |
---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
Methods inherited from interface net.sf.farrago.fem.fennel.FemIndexAccessorDef |
---|
getIndexId, getRootPageId, getRootPageIdParamId, getSegmentId, getTupleDesc, isReadOnlyCommittedData, setIndexId, setReadOnlyCommittedData, setRootPageId, setRootPageIdParamId, setSegmentId, setTupleDesc |
Methods inherited from interface net.sf.farrago.fem.fennel.FemKeyAccessorDef |
---|
getKeyProj, setKeyProj |
Methods inherited from interface javax.jmi.reflect.RefObject |
---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
Methods inherited from interface javax.jmi.reflect.RefFeatured |
---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
Methods inherited from interface javax.jmi.reflect.RefBaseObject |
---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
Method Detail |
---|
boolean isUniqueKey()
void setUniqueKey(boolean newValue)
isUniqueKey()
for
description on the attribute.
newValue
- New value to be set.boolean isOuterJoin()
void setOuterJoin(boolean newValue)
isOuterJoin()
for
description on the attribute.
newValue
- New value to be set.FemTupleProjection getInputKeyProj()
void setInputKeyProj(FemTupleProjection newValue)
getInputKeyProj()
for description on the attribute.
newValue
- New value to be set.FemTupleProjection getInputJoinProj()
void setInputJoinProj(FemTupleProjection newValue)
getInputJoinProj()
for description on the attribute.
newValue
- New value to be set.FemTupleProjection getInputDirectiveProj()
void setInputDirectiveProj(FemTupleProjection newValue)
getInputDirectiveProj()
for description on the attribute.
newValue
- New value to be set.boolean isPrefetch()
void setPrefetch(boolean newValue)
isPrefetch()
for
description on the attribute.
newValue
- New value to be set.List<FemCorrelation> getSearchKeyParameter()
FemCorrelation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |