DBO

Undocumented in source.

Constructors

this
this(string dbTable, string dbName)
Undocumented in source.

Members

Functions

clearDBCache
void clearDBCache()
Undocumented in source. Be warned that the author may not have intended to support it.
dbColumns
string[uint] dbColumns(LockedConnection!Connection delegate() openDB)
Undocumented in source. Be warned that the author may not have intended to support it.
dbColumns
string[uint] dbColumns(Connection dbConn)
Undocumented in source. Be warned that the author may not have intended to support it.
dbKeys
string[] dbKeys(LockedConnection!Connection delegate() openDB)
Undocumented in source. Be warned that the author may not have intended to support it.
dbKeys
string[] dbKeys(Connection dbConn)
Undocumented in source. Be warned that the author may not have intended to support it.
fillDBCache
void fillDBCache(LockedConnection!Connection delegate() openDB)
Undocumented in source. Be warned that the author may not have intended to support it.
fillDBCache
void fillDBCache(Connection dbConn)
Undocumented in source. Be warned that the author may not have intended to support it.
rebuildDBCache
void rebuildDBCache(LockedConnection!Connection delegate() openDB)
Undocumented in source. Be warned that the author may not have intended to support it.
rebuildDBCache
void rebuildDBCache(Connection dbConn)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

dbName
string dbName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
dbTable
string dbTable [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta