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