SequoiaDB
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Types | Public Attributes | List of all members
SequoiaDB.SDBConst Class Reference

Public Types

enum  NodeStatus { SDB_NODE_ALL = 0, SDB_NODE_ACTIVE, SDB_NODE_INACTIVE, SDB_NODE_UNKNOWN }
 

Public Attributes

const int FLG_INSERT_CONTONDUP = 0x00000001
 The flags represent whether bulk insert continue when hitting index key duplicate error.
 
const int FLG_INSERT_REPLACEONDUP = 0x00000004
 The flag represent whether insert becomes update when hitting index key duplicate error.
 
const int SDB_PAGESIZE_4K = 4096
 
const int SDB_PAGESIZE_8K = 8192
 
const int SDB_PAGESIZE_16K = 16384
 
const int SDB_PAGESIZE_32K = 32768
 
const int SDB_PAGESIZE_64K = 65536
 
const int SDB_PAGESIZE_DEFAULT = 0
 
const int SDB_SNAP_CONTEXTS = 0
 
const int SDB_SNAP_CONTEXTS_CURRENT = 1
 
const int SDB_SNAP_SESSIONS = 2
 
const int SDB_SNAP_SESSIONS_CURRENT = 3
 
const int SDB_SNAP_COLLECTIONS = 4
 
const int SDB_SNAP_COLLECTIONSPACES = 5
 
const int SDB_SNAP_DATABASE = 6
 
const int SDB_SNAP_SYSTEM = 7
 
const int SDB_SNAP_CATALOG = 8
 
const int SDB_SNAP_TRANSACTIONS = 9
 
const int SDB_SNAP_TRANSACTIONS_CURRENT = 10
 
const int SDB_LIST_CONTEXTS = 0
 
const int SDB_LIST_CONTEXTS_CURRENT = 1
 
const int SDB_LIST_SESSIONS = 2
 
const int SDB_LIST_SESSIONS_CURRENT = 3
 
const int SDB_LIST_COLLECTIONS = 4
 
const int SDB_LIST_COLLECTIONSPACES = 5
 
const int SDB_LIST_STORAGEUNITS = 6
 
const int SDB_LIST_GROUPS = 7
 
const int SDB_LIST_STOREPROCEDURES = 8
 
const int SDB_LIST_DOMAINS = 9
 
const int SDB_LIST_TASKS = 10
 
const int SDB_LIST_TRANSACTIONS = 11
 
const int SDB_LIST_TRANSACTIONS_CURRENT = 12
 
const int SDB_LIST_USERS = 16
 
const int SDB_LIST_CL_IN_DOMAIN = 129
 
const int SDB_LIST_CS_IN_DOMAIN = 130
 

Member Data Documentation

const int FLG_INSERT_CONTONDUP = 0x00000001

The flags represent whether bulk insert continue when hitting index key duplicate error.

0x00000001

const int FLG_INSERT_REPLACEONDUP = 0x00000004

The flag represent whether insert becomes update when hitting index key duplicate error.

0x00000004


The documentation for this class was generated from the following file: