ALL_DOMAINS

The ALL_DOMAINS system table exposes all domains that have been added to the TDV Server. The default domain is composite, which is installed during product installation.

Users can see their own domain and the domain of any group to which they belong. Users with the READ_ALL_USERS right can see all domains.

Column

TDV JDBC Data Type

Nullable

Description

DOMAIN_ID

INTEGER

 

Identifier of the domain. Primary key.

DOMAIN_TYPE

VARCHAR(255)

 

Domain type. Possible values: composite, dynamic, ldap.

DOMAIN_NAME

VARCHAR(255)

 

Name of the domain.

GUID

VARCHAR(36)

 

Nearly unique 128-bit identifier.

ANNOTATION

VARCHAR(2147483647)

Yes

Annotation for the domain.