These values are used to define the characteristics of a connection to a Repository database. These flags are bit flags, and may be combined to set multiple options. The absence of a flag signifies that the option is not set.
enum { REPOS_CONN_EXCLUSIVE = 1,
REPOS_CONN_NEWCACHE = 2
} ConnectionFlags;
Value | Description |
REPOS_CONN_EXCLUSIVE | Open the Repository database in exclusive mode. No other users will be allowed access to the database. |
REPOS_CONN_NEWCACHE | Create a new cache for this open Repository instance. This will consume additional resources. |