net.sf.farrago.fem.fennel
Interface FemIndexAccessCmd
- All Superinterfaces:
- FemCmd, FemIndexCmd, FemTxnCmd, RefBaseObject, RefFeatured, RefObject
- All Known Subinterfaces:
- FemCmdDropIndex, FemCmdTruncateIndex, FemCmdVerifyIndex
- All Known Implementing Classes:
- FemCmdDropIndex$Hib, FemCmdTruncateIndex$Hib, FemCmdVerifyIndex$Hib
public interface FemIndexAccessCmd
- extends FemIndexCmd
IndexAccessCmd 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 |
long |
getRootPageId()
Returns the value of attribute rootPageId. |
void |
setRootPageId(long newValue)
Sets the value of rootPageId attribute. |
getRootPageId
long getRootPageId()
- Returns the value of attribute rootPageId.
- Returns:
- Value of attribute rootPageId.
setRootPageId
void setRootPageId(long newValue)
- Sets the value of rootPageId attribute. See
getRootPageId()
for description on the attribute.
- Parameters:
newValue
- New value to be set.