Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
kw_call, routine_invocation |
Instance
|
<call_statement xmlns="http://www.sqlparser.com/xml/ansi2003">
<kw_call>{1,1}</kw_call>
<routine_invocation>{1,1}</routine_invocation>
</call_statement> |
|
Source
|
<xs:element name="call_statement">
<xs:complexType>
<xs:sequence>
<xs:element ref="kw_call"/>
<xs:element ref="routine_invocation"/>
</xs:sequence>
</xs:complexType>
</xs:element> |
|