Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element allocate_cursor_statement
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_allocate.tmp#kw_allocate ansi2003_xsd_Element_extended_cursor_name.tmp#extended_cursor_name ansi2003_xsd_Element_cursor_intent.tmp#cursor_intent
Properties
content complex
Used by
Element sql_dynamic_data_statement
Element Group dynamic_sql
Model
Children cursor_intent, extended_cursor_name, kw_allocate
Instance
<allocate_cursor_statement xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_allocate>{1,1}</kw_allocate>
  <extended_cursor_name>{1,1}</extended_cursor_name>
  <cursor_intent>{1,1}</cursor_intent>
</allocate_cursor_statement>
Source
<xs:element name="allocate_cursor_statement">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_allocate"/>
      <xs:element ref="extended_cursor_name"/>
      <xs:element ref="cursor_intent"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>