ALL_COMMENTS
This table provides a list of comments for resources.
|
Column |
TDV JDBC Data Type |
Nullable |
Description |
|
RESOURCE_ID |
INTEGER |
|
Resource Identifier. |
|
RESOURCE_NAME |
VARCHAR |
|
Resource name. |
|
RESOURCE_TYPE |
VARCHAR |
|
Resource type. |
|
PARENT_PATH |
VARCHAR |
|
Resource's parent path. |
|
COMMENT_ID |
INTEGER |
|
Comment Identifier. |
|
CREATED |
TIMESTAMP |
|
Comment creation time stamp. |
|
LAST_UPDATED |
TIMESTAMP |
|
Comment last modified time stamp. |
|
COMMENT |
VARCHAR |
|
Comment text. |
|
AUTHOR |
VARCHAR |
|
Author of the comment. |
|
AUTHOR_ID |
INTEGER |
|
Author identifier. |
|
DOMAIN_NAME |
VARCHAR |
|
Name of domain in which resource resides. |