Skip to main content

INFORMATION.SCHEMA.STATEMENTPRIVACTIONS

persistent class INFORMATION.SCHEMA.STATEMENTPRIVACTIONS extends %Library.Persistent, %XML.Adaptor

SQL Table Name: INFORMATION_SCHEMA.STATEMENT_PRIV_ACTIONS

Child class of INFORMATION.SCHEMA.STATEMENTPRIVOBJECTS, the privilege actions required for the parent SQL object for this statement

Property Inventory

Properties

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 methods: ActionDisplayToLogical(), ActionGet(), ActionIsValid(), ActionLogicalToDisplay(), ActionLogicalToOdbc(), ActionNormalize(), ActionSet()
property Fields as %Library.List;
Property methods: FieldsGet(), FieldsIsValid(), FieldsLogicalToOdbc(), FieldsLogicalToXSD(), FieldsOdbcToLogical(), FieldsSet(), FieldsXSDToLogical()
relationship Relation as INFORMATION.SCHEMA.STATEMENTPRIVOBJECTS [ Required , Inverse = Actions , Cardinality = parent ];
Property methods: RelationGet(), RelationGetObject(), RelationGetObjectId(), RelationGetSwizzled(), RelationIsValid(), RelationNewObject(), RelationOnDelete(), RelationRClose(), RelationRExec(), RelationRFetch(), RelationRelate(), RelationSQLCompute(), RelationSet(), RelationSetObject(), RelationSetObjectId(), RelationUnRelate(), RelationUnSwizzle()

Indexes

index (StatementRelationsIDKey on Action) [IdKey, Type = key];
Index methods: StatementRelationsIDKeyCheck(), StatementRelationsIDKeyDelete(), StatementRelationsIDKeyExists(), StatementRelationsIDKeyOpen(), StatementRelationsIDKeySQLCheckUnique(), StatementRelationsIDKeySQLExists(), StatementRelationsIDKeySQLFindPKeyByConstraint(), StatementRelationsIDKeySQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: SQLStorage

Maps: 1

  • Map number 1 is named Master

    thismap.Global: ^rINDEXSQL

  • ^rINDEXSQL("sqlidx",1,{INFORMATION_SCHEMA.STATEMENTS.Hash},"priv",{INFORMATION_SCHEMA.STATEMENT_PRIV_OBJECTS.Relation},{Action})
    =
    Node Delimiter Piece Name
    Fields
FeedbackOpens in a new tab