Skip to main content

INFORMATION.SCHEMA.STATEMENTRELATIONS

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

Child table of INFORMATION_SCHEMA.STATEMENTS which contains each table or view entry use by the statement

Parameters

READONLY

Parameter READONLY = 1;

Properties

Statement

Relationship Statement As INFORMATION.SCHEMA.STATEMENTS [ Cardinality = parent, Inverse = Relations ];

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

Relation

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

name of the table or view the statement references. Note, the name of the relation is always stored in uppercase.