|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.SIRAPRISE.client.jsba.AbstractDBObject
be.SIRAPRISE.client.jsba.AbstractUpdatableDBObject
be.SIRAPRISE.client.jsba.DbmsFile
public final class DbmsFile
Constructor Summary | |
---|---|
DbmsFile()
|
|
DbmsFile(java.lang.String fileName,
int pageSize)
|
Method Summary | |
---|---|
java.lang.String |
getDbmsfileFilename()
Gets The file name |
java.lang.String |
getDbmsfilePagesize()
Gets The page size |
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 |
setFilenameFromDB(java.lang.String fileName)
Sets The file name |
void |
setPageSize(int pageSize)
Sets The page size |
void |
setPagesizeFromDB(java.lang.String 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. |
Methods inherited from class be.SIRAPRISE.client.jsba.AbstractUpdatableDBObject |
---|
dbUpdateCommand, dbUpdateCommand |
Methods inherited from class be.SIRAPRISE.client.jsba.AbstractDBObject |
---|
dbAddCommand, dbAddCommand, dbAddCommand, dbAddCommandAll, dbAssertCommand, dbAssertCommand, dbAssertCommand, dbAssertCommandAll, dbDeleteCommand, dbDeleteCommand, dbDeleteCommand, dbDeleteCommandAll, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommandAll |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DbmsFile()
public DbmsFile(java.lang.String fileName, int pageSize)
fileName
- The file namepageSize
- The page sizeMethod Detail |
---|
public final java.lang.String getDbmsfileFilename()
getDbmsfileFilename
in interface DBObjectToDbmsfile
public final java.lang.String getDbmsfilePagesize()
getDbmsfilePagesize
in interface DBObjectToDbmsfile
public final java.lang.String getFileName()
public final int getPageSize()
public final UpdatableDBObject getPreUpdateState()
UpdatableDBObject
getPreUpdateState
in interface UpdatableDBObject
public final void setFileName(java.lang.String fileName)
fileName
- The file name.public final void setFilenameFromDB(java.lang.String fileName)
setFilenameFromDB
in interface DbmsfileToDBObject
fileName
- The file name.public final void setPageSize(int pageSize)
pageSize
- The page size.public final void setPagesizeFromDB(java.lang.String pageSize)
setPagesizeFromDB
in interface DbmsfileToDBObject
pageSize
- The page size.public final void setPreUpdateState()
UpdatableDBObject
setPreUpdateState
in interface UpdatableDBObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |