net.sf.farrago.fem.fennel
Interface FemIndexSearchDefClass
- All Superinterfaces:
- RefBaseObject, RefClass, RefFeatured
- All Known Implementing Classes:
- FemIndexSearchDefClass$Hib
public interface FemIndexSearchDefClass
- extends RefClass
IndexSearchDef class proxy 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 |
FemIndexSearchDef |
createFemIndexSearchDef()
The default factory operation used to create an instance object. |
FemIndexSearchDef |
createFemIndexSearchDef(String name,
FemTupleDescriptor outputDesc,
FemTupleProjection keyProj,
long rootPageId,
long segmentId,
long indexId,
FemTupleDescriptor tupleDesc,
int rootPageIdParamId,
boolean readOnlyCommittedData,
FemTupleProjection outputProj,
boolean uniqueKey,
boolean outerJoin,
FemTupleProjection inputKeyProj,
FemTupleProjection inputJoinProj,
FemTupleProjection inputDirectiveProj,
boolean prefetch)
Creates an instance object having attributes initialized by the passed
values. |
createFemIndexSearchDef
FemIndexSearchDef createFemIndexSearchDef()
- The default factory operation used to create an instance object.
- Returns:
- The created instance object.
createFemIndexSearchDef
FemIndexSearchDef createFemIndexSearchDef(String name,
FemTupleDescriptor outputDesc,
FemTupleProjection keyProj,
long rootPageId,
long segmentId,
long indexId,
FemTupleDescriptor tupleDesc,
int rootPageIdParamId,
boolean readOnlyCommittedData,
FemTupleProjection outputProj,
boolean uniqueKey,
boolean outerJoin,
FemTupleProjection inputKeyProj,
FemTupleProjection inputJoinProj,
FemTupleProjection inputDirectiveProj,
boolean prefetch)
- Creates an instance object having attributes initialized by the passed
values.
- Parameters:
name
- outputDesc
- keyProj
- rootPageId
- segmentId
- indexId
- tupleDesc
- rootPageIdParamId
- readOnlyCommittedData
- outputProj
- uniqueKey
- outerJoin
- inputKeyProj
- inputJoinProj
- inputDirectiveProj
- prefetch
-
- Returns:
- The created instance object.