Establishes the Configuration for a persistent database.
public interface ConfigPersistent
All members of ConfigPersistent interface, including all inherited members.
Name | Description |
---|---|
Determines if auto checkpoint is turned on. | |
Returns the cache size of the database, in bytes. | |
Returns the database name. | |
Determines if lazy loading indexes is turned on. | |
Returns the page size of the database, in bytes. | |
Returns the current row score flush size. | |
Returns the current row score maximum size. | |
Determines if indexes are persistent. | |
Determines if shadow paging is on. | |
Sets auto checkpoint on. | |
Sets the cache size of the database, in bytes. | |
Sets the database name. | |
Sets an Encryption. | |
Sets persistent indexes on. | |
Sets indexes to load as they are required, or to load all indexes at once on startup. | |
Sets the page size of the database, in bytes. | |
Sets the database password. | |
Enables row limiting by specifying the score used to flush out old rows. | |
Sets the threshold for the maximum row score to retain in memory. | |
Sets shadow paging on. | |
Sets database persistence to occur during shutdown only. | |
Determines if the database uses write-at-end persistence. |
The database type is determined as follows: The database is a shadow paging persistent database if shadow paging is on; otherwise, the database is an in-memory database with persistence during shutdown only (and when re-opened) if write-at-end is on. The database is a non-shadow paging persistent database if both shadow paging and write-at-end is off.
Options such as lazy loading, row score flush size and row score maximum only apply to shadow and non-shadow persistent databases.
getAutoCheckpoint method (deprecated)
getCacheSize method
getLazyLoadIndexes method
getRowScoreFlushSize method
getRowScoreMaximum method
hasPersistentIndexes method
hasShadowPaging method
setAutocheckpoint method (deprecated)
setCacheSize method
setEncryption method
setIndexPersistence method
setLazyLoadIndexes method
setRowScoreFlushSize method
setRowScoreMaximum method
setShadowPaging method
setWriteAtEnd method
writeAtEnd method
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |