Qore SchemaReverse Module Reference  1.1
SchemaReverse::TablesReverse Class Reference

Structure dump of tables. More...

Inheritance diagram for SchemaReverse::TablesReverse:

Public Member Methods

 constructor (AbstractDatasource ds, string mask=".*")
 
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 ()
 
string toString ()
 Make a string with Qore code from a structure prepared by AbstractReverseObject::toQore(). More...
 

Detailed Description

Structure dump of tables.

Member Function Documentation

◆ constructor()

SchemaReverse::TablesReverse::constructor ( AbstractDatasource  ds,
string  mask = ".*" 
)
inline
Parameters
dsan AbstractDatasource object
maska regexp mask used to specify what objects of this type are fetched

◆ toQore()

hash SchemaReverse::TablesReverse::toQore ( )
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.