SYNONYMS
This
system table contains all the synonyms for which the current user has privileges.SYNONYMS
|
OWNER |
CHAR(32) |
Name of the owner of the synonym |
|
SYNONYMNAME |
CHAR(32) |
Name of the synonym |
|
PUBLIC |
CHAR(3) |
Synonym is PUBLIC (YES | NO) |
|
TABLEOWNER |
CHAR(32) |
Name of the owner of the table |
|
TABLENAME |
CHAR(32) |
Name of the table |
|
CREATEDATE |
DATE |
Creation date of the synonym |
|
CREATETIME |
TIME |
Creation time of the synonym |
|
COMMENT |
LONG |
Comment on the synonym |