Universe Tables (Alternate Java Method).
Column Name |
Data Type |
Description |
---|---|---|
ALIASEDTABLEID |
int |
If an alias table, the foreign key to UNV2_TABLES.TABLEID |
DERIVEDSQL |
nvarchar |
Derived SQL text if it’s a derived table |
ID |
int |
Primary key (MMDB) (MMDB) |
ISALIASED |
bit |
Is the table an alias table? |
ISDERIVED |
bit |
Is the table a derived table? |
TABLEID |
int |
Table ID key |
TABLENAME |
varchar |
Table name |
UNV_UNIVERSES_ID |
int |
|
See also