| |
|
| java.lang.Object com.quadcap.sql.DatabaseRoot
backupCount | int backupCount(Code) | | Backups roll; Number of backups to keep.
|
backupDays | int backupDays(Code) | | bitmap SUN=1 - SAT=7
|
backupLastDay | int backupLastDay(Code) | | Julian day of previous backup.
|
backupTime | int backupTime(Code) | | minutes after midnight
|
blobRefCountRoot | long blobRefCountRoot(Code) | | |
buildNumber | int buildNumber(Code) | | |
forwardDepsNode | long forwardDepsNode(Code) | | |
indexIndexNode | long indexIndexNode(Code) | | |
nextTransId | long nextTransId(Code) | | |
reverseDepsNode | long reverseDepsNode(Code) | | |
tableIndexNode | long tableIndexNode(Code) | | |
DatabaseRoot | public DatabaseRoot()(Code) | | Default constructor
|
getBackupCount | public int getBackupCount()(Code) | | Return the backup count
|
getBackupDays | public int getBackupDays()(Code) | | Return the backup days
|
getBackupDir | public String getBackupDir()(Code) | | Return the backup directory name
|
getBackupFormat | public String getBackupFormat()(Code) | | Return the backup format
|
getBackupLastDay | public int getBackupLastDay()(Code) | | Return the backup last day
|
getBackupTime | public int getBackupTime()(Code) | | Return the backup time
|
getBlobRefCountRoot | public long getBlobRefCountRoot()(Code) | | Return the root block of the blob ref count index
|
getBuildNumber | public int getBuildNumber()(Code) | | Return the build number
|
getForwardDepsNode | public long getForwardDepsNode()(Code) | | Return the root block of the forward dependencies graph
|
getIndexIndexNode | public long getIndexIndexNode()(Code) | | Return the root block of the index index
|
getNextTransId | public long getNextTransId()(Code) | | Return the next transaction id
|
getRelationIndexNode | public long getRelationIndexNode()(Code) | | Return the root block of the relation index
|
getReverseDepsNode | public long getReverseDepsNode()(Code) | | Return the root block of the reverse dependencies graph
|
setBackupCount | public void setBackupCount(int count)(Code) | | Set the backup count
|
setBackupDays | public void setBackupDays(int days)(Code) | | Set the backup days
|
setBackupDir | public void setBackupDir(String dir)(Code) | | Set the backup directory
|
setBackupFormat | public void setBackupFormat(String fmt)(Code) | | Set the backup format
|
setBackupLastDay | public void setBackupLastDay(int day)(Code) | | Set the backup last day
|
setBackupTime | public void setBackupTime(int time)(Code) | | Set the backup time
|
setDatabase | public void setDatabase(Database db)(Code) | | Set the database which owns this root
|
setNextTransId | public void setNextTransId(long id)(Code) | | Set the backup directory
|
|
|
|