| Database Toolbox | ![]() |
Syntax
Description
t = tables(dbmeta, 'cata')
returns the list of all tables and their table types in the catalog cata, for the database whose database metadata object is dbmeta, where dbmeta was created using dmd.
t = tables(dbmeta, 'cata', 'sch')
returns the list of tables and table types in the schema sch, of the catalog cata, for the database whose database metadata object is dbmeta, where dbmeta was created using dmd.
For command line help on tables, use the overloaded method
Examples
The results show the names and types of the five tables.
See Also
attr, bestrowid, dmd, get, indexinfo, tableprivileges
| tableprivileges | unregister | ![]() |