Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element dynamic_select_statement
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_cursor_specification.tmp#cursor_specification
Properties
content complex
Used by
Model
Children cursor_specification
Instance
<dynamic_select_statement xmlns="http://www.sqlparser.com/xml/ansi2003">
  <cursor_specification>{1,1}</cursor_specification>
</dynamic_select_statement>
Source
<xs:element name="dynamic_select_statement">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="cursor_specification"/>
    </xs:choice>
  </xs:complexType>
</xs:element>