Establishes the Configuration for a persistent database saved in a file.
Syntaxpublic interface ConfigFile
Base classes
MembersAll members of ConfigFile 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. |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |
