ADODB_ERROR_HANDLER [line 43]
ADODB_ERROR_HANDLER = 'GalleryAdodbErrorHandler'
|
|
This will let ADOdb know which error handler function we want to use.
(if embedded in an application also using ADOdb it may be defined already)
DATABASE_COLUMN_PREFIX [line 69]
DATABASE_COLUMN_PREFIX = 'g_'
|
|
Default prefix to prepend to column names
DATABASE_SEQUENCE_EVENT_LOG [line 59]
DATABASE_SEQUENCE_EVENT_LOG = 'SequenceEventLog'
|
|
Name of the sequence we'll use for event log records
DATABASE_SEQUENCE_ID [line 49]
DATABASE_SEQUENCE_ID = 'SequenceId'
|
|
Name of the sequence we'll use for GalleryEntity ids
DATABASE_SEQUENCE_LOCK [line 54]
DATABASE_SEQUENCE_LOCK = 'SequenceLock'
|
|
Name of the sequence we'll use for lock ids
DATABASE_TABLE_PREFIX [line 64]
DATABASE_TABLE_PREFIX = 'g2_'
|
|
Default prefix to prepend to table names