72 constructor(AbstractDatasource ds,
string name, *hash<auto> opts);
88 constructor(
string ds,
string name, *hash<auto> opts);
112 constructor(hash<auto> ds,
string name, *hash<auto> opts);
124 constructor(AbstractDatasource ds, hash<auto> desc,
string name, *hash<auto> opts);
the base abstract class for the table implementation
Definition: AbstractTable.qc.dox.h:30
Qore AbstractDatabase class definition.
Definition: AbstractDatabase.qc.dox.h:32
constructor(AbstractDatasource ds, string name, *hash< auto > opts)
creates the Table object
auto methodGate(string meth)
executes a method on the contained AbstractTable object
AbstractTable getTable()
returns the AbstractTable object contained by this object
represents a database table; this class embeds an AbstractTable object that is created automatically ...
Definition: Table.qc.dox.h:50
AbstractTable t
the embedded AbstractTable object that actually provides the functionality for this class ...
Definition: Table.qc.dox.h:55