Structure dump of views.
More...
|
| constructor (AbstractDatasource ds, string mask='.*') |
|
| constructor (string object_type, AbstractDatasource ds, string mask, string function_name,) |
|
hash | toQore () |
| Dedicated functionlity to get DB object info into the internal structure is done here.
|
|
| 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.
|
|
string | toString () |
| Make a string with Qore code from a structure prepared by AbstractReverseObject::toQore().
|
|
◆ constructor()
SchemaReverse::ViewsReverse::constructor |
( |
AbstractDatasource |
ds, |
|
|
string |
mask = '.*' |
|
) |
| |
- Parameters
-
ds | an AbstractDatasource object |
mask | a regexp mask used to specify what objects of this type are fetched |