@Relvars(relvarNames="DBMSFILE") public final class DbmsFile extends AbstractUpdatableDBObject
Constructor and Description |
---|
DbmsFile() |
DbmsFile(java.lang.String fileName,
int pageSize) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFileName()
Gets The file name
|
int |
getPageSize()
Gets The page size
|
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.
|
void |
setFileName(java.lang.String fileName)
Sets The file name
|
void |
setFileName(ValueBuffer fileName)
Sets The file name
|
void |
setPageSize(int pageSize)
Sets The page size
|
void |
setPageSize(ValueBuffer pageSize)
Sets The page size
|
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.
|
dbUpdateCommand, dbUpdateCommand, dbUpdateCommand
dbAddCommand, dbAddCommand, dbAddCommand, dbAddCommandAll, dbAssertCommand, dbAssertCommand, dbAssertCommand, dbAssertCommandAll, dbDeleteCommand, dbDeleteCommand, dbDeleteCommand, dbDeleteCommandAll, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommandAll
public DbmsFile()
@AttributeDef(attributeName="FILENAME",requiresEscaping=false,typeName="FILENAME") @AttributeDef(attributeName="PAGESIZE",requiresEscaping=false,typeName="INT") public DbmsFile(java.lang.String fileName, int pageSize)
fileName
- The file namepageSize
- The page size@GetterMethod(attributeDefs=@AttributeDef(attributeName="FILENAME",requiresEscaping=false,typeName="FILENAME"), relvarNames="DBMSFILE") public final java.lang.String getFileName()
@GetterMethod(attributeDefs=@AttributeDef(attributeName="PAGESIZE",requiresEscaping=false,typeName="INT"), relvarNames="DBMSFILE") public final int getPageSize()
public final UpdatableDBObject getPreUpdateState()
UpdatableDBObject
public final void setFileName(java.lang.String fileName)
fileName
- The file name.@AttributeDef(attributeName="FILENAME", requiresEscaping=false, typeName="FILENAME") public final void setFileName(ValueBuffer fileName)
fileName
- The file name.public final void setPageSize(int pageSize)
pageSize
- The page size.@AttributeDef(attributeName="PAGESIZE", requiresEscaping=false, typeName="INT") public final void setPageSize(ValueBuffer pageSize)
pageSize
- The page size.public final void setPreUpdateState()
UpdatableDBObject