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