Crystal Reports Table metadata.
Column Name |
Data Type |
Description |
---|---|---|
ALIAS |
varchar |
Alias of the table if one exists |
COMMAND_TEXT |
nvarchar |
Command text (SQL) behind the table |
CRYSTAL_CONNECTION_ID |
int |
Foreign key to CRYSTAL_CONNECTIONS.ID |
CRYSTAL_DOCUMENT_ID |
int |
Foreign key to CRYSTAL_DOCUMENTS.ID |
ID |
int |
Internal MMDB DB Id |
NAME |
varchar |
The name of the object, in many cases the equivalent of SI_ID in the CMS/Query Builder when referring to a base CMS object type (USERS, SEMANTICLAYER) |
QUALIFIED_NAME |
varchar |
Qualified name of the table |
TABLE_CLASS |
varchar |
Class of the table |
TABLE_DESCRIPTION |
varchar |
Table description |
TYPE |
varchar |
Type of table |
UNIVERSE_CUID |
varchar |
Universe CUID associated to the table, if any. |
See also