Establishes a Configuration object for a persistent database saved in a file on a J2ME device file system.
public interface ConfigFileME
All members of ConfigFileME 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. |
An object implementing the ConfigFileME interface is created by using the DatabaseManager.createConfigurationFileME method.
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |