Classes | |
class | DBExc |
class | DBCon |
class | DBCas |
class | Prep |
class | DD |
Variables | |
TUrl = gbl.TUrl | |
TSQLServer = gbl.TSQLServer | |
string | DBCONF = 'dybdbitest' |
string | DBCONF_URL = 'mysql://%(host)s/%(database)s_0;mysql://%(host)s/%(database)s_1;mysql://%(host)s/%(database)s_2#$DBITESTROOT/scripts/DemoASCIICatalogue.db' |
string | DBCONF_USER = '%(user)s' |
string | DBCONF_PSWD = '%(password)s' |
string | DBCONF_FIX = '$DBITESTROOT/scripts/prepare_db_0.sql;$DBITESTROOT/scripts/prepare_db_1.sql' |
tuple | cnf = DBConf() |
tuple | cas = DBCas(cnf) |
tuple | tas = cas.spawn() |
DybPython::dbcas::TUrl = gbl.TUrl [static] |
DybPython::dbcas::TSQLServer = gbl.TSQLServer [static] |
string DybPython::dbcas::DBCONF = 'dybdbitest' [static] |
string DybPython::dbcas::DBCONF_URL = 'mysql://%(host)s/%(database)s_0;mysql://%(host)s/%(database)s_1;mysql://%(host)s/%(database)s_2#$DBITESTROOT/scripts/DemoASCIICatalogue.db' [static] |
string DybPython::dbcas::DBCONF_USER = '%(user)s' [static] |
string DybPython::dbcas::DBCONF_PSWD = '%(password)s' [static] |
string DybPython::dbcas::DBCONF_FIX = '$DBITESTROOT/scripts/prepare_db_0.sql;$DBITESTROOT/scripts/prepare_db_1.sql' [static] |
tuple DybPython::dbcas::cnf = DBConf() [static] |
tuple DybPython::dbcas::cas = DBCas(cnf) [static] |
tuple DybPython::dbcas::tas = cas.spawn() [static] |