Establishes a Configuration object for a persistent database.
public interface ConfigPersistent
All members of ConfigPersistent interface, including all inherited members.
Name | Description |
---|---|
Enables AES encryption of the database. | |
Enables obfuscation of the database. | |
Determines if auto checkpoint is turned on. | |
Returns the cache size of the database, in bytes. | |
Gets the connection string registered with the setConnectionString method. | |
Gets the creation string registered with the setCreationString method. | |
Gets the database encryption key registered with the setDatabaseKey method. | |
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. | |
Gets the name of user set by the setUserName method. | |
Determines if indexes are persistent. | |
Determines if shadow paging is turned on. | |
Sets auto checkpoint on. | |
Sets the cache size of the database, in bytes. | |
Sets the connection string to be used to create or connect to a database. | |
Sets the creation string to be used to create a database. | |
Sets the key for encryption. | |
Sets the database name. | |
Sets the encryption control. | |
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. | |
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 or off. | |
Sets the name of the user. | |
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.
enableAesDBEncryption method [Android]
enableObfuscation method [Android]
getAutoCheckpoint method (deprecated)
getCacheSize method
getConnectionString method [Android]
getCreationString method [Android]
getDatabaseKey method [Android]
getLazyLoadIndexes method
getRowScoreFlushSize method [BlackBerry]
getRowScoreMaximum method [BlackBerry]
getUserName method [Android]
hasPersistentIndexes method
hasShadowPaging method
setAutocheckpoint method (deprecated)
setCacheSize method
setConnectionString method [Android]
setCreationString method [Android]
setDatabaseKey method [Android]
setEncryption method [BlackBerry]
setIndexPersistence method [BlackBerry]
setLazyLoadIndexes method
setRowScoreFlushSize method
setRowScoreMaximum method
setShadowPaging method
setUserName method [Android]
setWriteAtEnd method
writeAtEnd method
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |