ROLES System Table Description

Description

Information about available SQL roles currently defined in your database.

Fields

Field Type Description

SCHEMA

varchar(128)

Name of the schema containing the ROLE.

ROLENAME

varchar(128)

Name of the ROLE.

Indexes

Primary Index: ROLES..PRIMARY_KEY on fields: SCHEMA, ROLENAME