INFORMATION.SCHEMA.STATEMENTCHILDREN
Class INFORMATION.SCHEMA.STATEMENTCHILDREN Extends (%Library.Persistent, %XML.Adaptor) [ ClassType = persistent, Final, Owner = {_PUBLIC}, SqlRowIdPrivate, SqlTableName = STATEMENT_CHILDREN, StorageStrategy = SQLStorage, System = 4 ]
Child table of INFORMATION_SCHEMA.STATEMENTS which contains hash of the root parallel statement if this is a parallel "child" statement
Parameters
READONLY
Parameter READONLY = 1;
Properties
Statement
Relationship Statement As INFORMATION.SCHEMA.STATEMENTS [ Cardinality = parent, Inverse = Children ];
Reference to the INFORMATION_SCHEMA.STATEMENTS row this is a child of
ParentHash
Property ParentHash As %String(MAXLEN = 128) [ Required ];
Hash for the parallel root parent