ALL_PUBLISHED_FOLDERS

The ALL_PUBLISHED_FOLDERS system table exposes all of the user-created folders under /services.

Column

TDV JDBC Data Type

Nullable

Description

FOLDER_ID

INTEGER

 

ID of the folder. Primary key.

FOLDER_NAME

VARCHAR(2147483647)

 

Name of the folder.

GUID

CHAR(2147483647)

 

Nearly unique 128-bit identifier.

ANNOTATION

VARCHAR(2147483647)

 

Annotation for the folder.

OWNER_ID

INTEGER

 

ID of the person who created/owns the folder. Same as USER_ID in ALL_USERS.

OWNER

VARCHAR(255)

 

Name of the person who created/owns the folder. Same as USER_NAME in ALL_USERS.

PARENT_PATH

VARCHAR(2147483647)

 

Path to the parent container.

BD_PARENT_PATH

VARCHAR(255)

 

BD path to the parent container.