INFORMATION.SCHEMA.STATEMENTPRIVACTIONS
Class INFORMATION.SCHEMA.STATEMENTPRIVACTIONS Extends (%Library.Persistent, %XML.Adaptor) [ ClassType = persistent, Final, Owner = {_PUBLIC}, SqlRowIdPrivate, SqlTableName = STATEMENT_PRIV_ACTIONS, StorageStrategy = SQLStorage, System = 4 ]
Child class of INFORMATION.SCHEMA.STATEMENTPRIVOBJECTS, the privilege actions required for the parent SQL object for this statement
Parameters
READONLY
Parameter READONLY = 1;
Properties
Relation
Relationship Relation As INFORMATION.SCHEMA.STATEMENTPRIVOBJECTS [ Cardinality = parent, Inverse = Actions ];
Action
Property Action As %String(MAXLEN = 1) [ Required ];
SQL Privilege Object action for the parent priilege object for the statement "s" for Select, "i" for Insert, "u" for Update, "d" for Delete
Fields
Property Fields As %Library.List;