persistent class INFORMATION.SCHEMA.STATEMENTPRIVACTIONS
extends %Library.Persistent, %XML.Adaptor
SQL Table Name: STATEMENT_PRIV_ACTIONS
Child class of INFORMATION.SCHEMA.STATEMENTPRIVOBJECTS, the privilege actions required for the parent SQL object for this statement
parameter READONLY = 1;
READONLY = 1 means that objects can be created, opened but not saved or deleted.
Tables are projected to SQL as READONLY.
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
property Fields
as %Library.List;
relationship Relation
as INFORMATION.SCHEMA.STATEMENTPRIVOBJECTS [ Inverse = Actions,Cardinality = parent ];
index (StatementRelationsIDKey on Action) [IdKey];