Specifies possible database options that users can set.
public enum ul_database_option_id
Member name | Description |
---|---|
ul_option_global_database_id |
The global database ID is set using an unsigned long. |
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) |
These database options are used with the SetDatabaseOption method. See SetDatabaseOption method.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |