@Relvars(relvarNames="CLUSTEREDRECORDSPACELOCATTRS") public final class ClusteredRecordSpaceLocAttrs extends AbstractUpdatableDBObject
Constructor and Description |
---|
ClusteredRecordSpaceLocAttrs() |
ClusteredRecordSpaceLocAttrs(java.lang.String fileName,
int storageSpaceID,
int ordinal,
java.lang.String locatorAttributeName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFileName()
Gets The file name
|
java.lang.String |
getLocatorAttributeName() |
int |
getOrdinal() |
UpdatableDBObject |
getPreUpdateState()
Gets The state of the object as it was built by the J/R bridging engine immediately after the object was created from a database tuple (and which should have been set by/using the setPreUpdateState() method.
|
int |
getStorageSpaceID()
Gets the ID
|
void |
setFileName(java.lang.String fileName)
Sets The file name
|
void |
setFileName(ValueBuffer fileName)
Sets The file name
|
void |
setLocatorAttributeName(java.lang.String locatorAttributeName) |
void |
setLocatorAttributeName(ValueBuffer locatorAttributeName) |
void |
setOrdinal(int ordinal) |
void |
setOrdinal(ValueBuffer ordinal) |
void |
setPreUpdateState()
This method is called by the J/R bridging engine after an object has been setup from some tuple retrieved from the database.
|
void |
setStorageSpaceID(int storageSpaceID)
Sets the ID
|
void |
setStorageSpaceID(ValueBuffer storageSpaceID)
Sets the ID
|
dbUpdateCommand, dbUpdateCommand, dbUpdateCommand
dbAddCommand, dbAddCommand, dbAddCommand, dbAddCommandAll, dbAssertCommand, dbAssertCommand, dbAssertCommand, dbAssertCommandAll, dbDeleteCommand, dbDeleteCommand, dbDeleteCommand, dbDeleteCommandAll, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommandAll
public ClusteredRecordSpaceLocAttrs()
public ClusteredRecordSpaceLocAttrs(java.lang.String fileName, int storageSpaceID, int ordinal, java.lang.String locatorAttributeName)
fileName
- The file namestorageSpaceID
- The IDordinal
- The ordinallocatorAttributeName
- The extents count@GetterMethod(relvarNames="CLUSTEREDRECORDSPACELOCATTRS", attributeDefs=@AttributeDef(attributeName="FILENAME",requiresEscaping=false,typeName="FILENAME")) public final java.lang.String getFileName()
@GetterMethod(relvarNames="CLUSTEREDRECORDSPACELOCATTRS", attributeDefs=@AttributeDef(attributeName="ATTRIBUTENAME",requiresEscaping=false,typeName="NAME")) public final java.lang.String getLocatorAttributeName()
@GetterMethod(relvarNames="CLUSTEREDRECORDSPACELOCATTRS", attributeDefs=@AttributeDef(attributeName="ORDINAL",requiresEscaping=false,typeName="INT")) public final int getOrdinal()
public final UpdatableDBObject getPreUpdateState()
UpdatableDBObject
@GetterMethod(relvarNames="CLUSTEREDRECORDSPACELOCATTRS", attributeDefs=@AttributeDef(attributeName="STORAGESPACEID",requiresEscaping=false,typeName="INT")) public final int getStorageSpaceID()
public final void setFileName(java.lang.String fileName)
fileName
- The file name.@AttributeDef(attributeName="FILENAME", requiresEscaping=true, typeName="FILENAME") public final void setFileName(ValueBuffer fileName)
fileName
- The file name.public final void setLocatorAttributeName(java.lang.String locatorAttributeName)
locatorAttributeName
- The extentsCount to set.@AttributeDef(attributeName="ATTRIBUTENAME", requiresEscaping=false, typeName="NAME") public final void setLocatorAttributeName(ValueBuffer locatorAttributeName)
locatorAttributeName
- The extentsCount to set.public final void setOrdinal(int ordinal)
ordinal
- The pageCount to set.@AttributeDef(attributeName="ORDINAL", requiresEscaping=false, typeName="INT") public final void setOrdinal(ValueBuffer ordinal)
ordinal
- The pageCount to set.public final void setPreUpdateState()
UpdatableDBObject
public final void setStorageSpaceID(int storageSpaceID)
storageSpaceID
- The ID to set.@AttributeDef(attributeName="STORAGESPACEID", requiresEscaping=false, typeName="INT") public final void setStorageSpaceID(ValueBuffer storageSpaceID)
storageSpaceID
- The ID to set.