Skip to main content

INFORMATION.SCHEMA.STATEMENTPRIVOBJECTS

Class INFORMATION.SCHEMA.STATEMENTPRIVOBJECTS Extends (%Library.Persistent, %XML.Adaptor) [ ClassType = persistent, Final, Owner = {_PUBLIC}, SqlRowIdPrivate, SqlTableName = STATEMENT_PRIV_OBJECTS, StorageStrategy = SQLStorage, System = 4 ]

Child class of INFORMATION.SCHEMA.STATEMENTS, the SQL Objects that have privileges required for this statement

Parameters

READONLY

Parameter READONLY = 1;

Properties

Statements

Relationship Statements As INFORMATION.SCHEMA.STATEMENTS [ Cardinality = parent, Inverse = PrivilegeRelations ];

Reference to the INFORMATION_SCHEMA.STATEMENTS row this is a child of

Actions

Relationship Actions As INFORMATION.SCHEMA.STATEMENTPRIVACTIONS [ Cardinality = children, Inverse = Relation ];

Relation

Property Relation As %String(MAXLEN = 130) [ Required ];

SQL Privilege Object name for relatitions for this statement that will need privilege on to run. Note, the name of the relation is always stored in uppercase. This format is typically , table-type is 1 for tables, 3 for views. iqn is internal qualified name