Specifies possible database options that users can set.
Syntaxpublic enum ul_database_option_id
Members| Member name | Description |
|---|---|
| ul_option_global_database_id |
The global database ID is set using an unsigned long integer. |
| ul_option_ml_remote_id |
The remote ID is set using a string. |
| ul_option_commit_flush_timeout |
The database commit flush timeout is set as an integer, representing a time threshold measured in milliseconds. |
| ul_option_commit_flush_count |
The database commit flush count is set as integer, representing a commit count threshold. |
| ul_option_isolation_level |
The connection isolation level is set as string. (read_committed/read_uncommitted) |
| ul_option_cache_allocation |
Set to resize the database file cache. The value is an integer in the range 0 to 100, representing the amount of cache allocated of the minimum to maximum size range. |
RemarksThese database options are used with the ULConnection.SetDatabaseOption method.
See also![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |
