The following table
lists the columns that appear in the result table for the DICTIONARY.TABLES
table.
Note: Null indicates either a null
or a missing value.
|
|
|
|
|
|
|
|
|
|
|
Schema name; null if
not applicable to the data source. If a driver supports schemas for
some tables but not for others, such as when the driver retrieves
data from different DBMSs, it returns an empty string ("")
for those tables that do not have schemas.
|
|
|
|
|
|
|
|
Table type name; one
of the following: TABLE, VIEW, SYSTEM TABLE, GLOBAL TEMPORARY, LOCAL
TEMPORARY, ALIAS, SYNONYM, or a data source-specific type name. The
meanings of ALIAS and SYNONYM are driver-specific.
|
|
|
|
A description of the
table
|
|
|
|
The native data store's
Catalog; null if not applicable to the data source. If a driver supports
catalogs for some tables but not for others, such as when the driver
retrieves data from different DBMSs, it returns an empty string ("")
for those tables that do not have catalogs.
|