Column | TDV JDBC Data Type | Nullable | Description |
RESOURCE_ID | INTEGER | Identifier of the resource. Primary key. | |
RESOURCE_NAME | VARCHAR(255) | Name of the resource. | |
RESOURCE_TYPE | VARCHAR(255) | Type of the resource. | |
ANNOTATION | VARCHAR(65535) | Yes | Annotation for the resource. |
DEFINITION | VARCHAR(16777215) | Yes | Definition of the resource. Applicable only to certain resources such as SQL Scripts, packaged queries, XSLT-based transformations. |
OWNER_ID | INTEGER | Identifier of the user who created or owns the data source. | |
OWNER | VARCHAR(60) | User name of the person that owns/created the data source. | |
PARENT_PATH | VARCHAR(65535) | Path to the parent container. | |
GUID | VARCHAR(65535) | Nearly unique 128-bit identifier. | |
RESOURCE_SUBTYPE | VARCHAR(255) | Subtype of the resource. |