 |
Qore SqlUtil Module Reference
1.6
|
constructor(hash ds, *hash< auto > opts)
creates the AbstractDatabase object
auto methodGate(string meth)
executes a method on the contained AbstractDatabase object
constructor(string ds, *hash< auto > opts)
creates the AbstractDatabase object
the base abstract class for the database implementation
Definition: AbstractDatabase.qc.dox.h:34
AbstractDatabase db
the embedded AbstractDatabase object that actually provides the functionality for this class
Definition: Database.qc.dox.h:49
SqlUtil::AbstractDatabase getDatabase()
gets the underlying AbstractDatabase
constructor(AbstractDatasource ds, *hash< auto > opts)
creates the Database object
hash< auto > hash(object obj)
Qore AbstractDatabase class definition.
Definition: AbstractDatabase.qc.dox.h:32
represents a database; this class embeds an AbstractDatabase object that is created automatically in ...
Definition: Database.qc.dox.h:44