Qore SchemaReverse Module Reference 1.1
|
Structure dump of a table. More...
#include <SchemaReverse.qm.dox.h>
Public Member Methods | |
constructor (AbstractDatasource ds, string name) | |
hash | toQore () |
Dedicated functionlity to get DB object info into the internal structure is done here. More... | |
Public Member Methods inherited from SchemaReverse::AbstractReverseObject | |
constructor (AbstractDatasource ds, string name) | |
Database | database () |
AbstractDatasource | datasource () |
string | name () |
abstract any | toQore () |
Dedicated functionlity to get DB object info into the internal structure is done here. More... | |
string | toString () |
Make a string with Qore code from a structure prepared by AbstractReverseObject::toQore(). More... | |
Structure dump of a table.
|
inline |
ds | an AbstractDatasource object |
name | a string with exact object name |
|
virtual |
Dedicated functionlity to get DB object info into the internal structure is done here.
All inherited classes must implement this method to get all required DB metadata in proper format
Implements SchemaReverse::AbstractReverseObject.