Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element dynamic_fetch_statement
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_fetch.tmp#kw_fetch ansi2003_xsd_Element_fetch_orientation_from.tmp#fetch_orientation_from ansi2003_xsd_Element_dynamic_cursor_name.tmp#dynamic_cursor_name ansi2003_xsd_Element_output_using_clause.tmp#output_using_clause
Properties
content complex
Used by
Element sql_dynamic_data_statement
Element Group dynamic_sql
Model
Children dynamic_cursor_name, fetch_orientation_from, kw_fetch, output_using_clause
Instance
<dynamic_fetch_statement xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_fetch>{1,1}</kw_fetch>
  <fetch_orientation_from>{0,1}</fetch_orientation_from>
  <dynamic_cursor_name>{1,1}</dynamic_cursor_name>
  <output_using_clause>{1,1}</output_using_clause>
</dynamic_fetch_statement>
Source
<xs:element name="dynamic_fetch_statement">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_fetch"/>
      <xs:element ref="fetch_orientation_from" minOccurs="0"/>
      <xs:element ref="dynamic_cursor_name"/>
      <xs:element ref="output_using_clause"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>