Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element 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_cursor_name.tmp#cursor_name ansi2003_xsd_Element_kw_into.tmp#kw_into ansi2003_xsd_Element_fetch_target_list.tmp#fetch_target_list
Properties
content complex
Used by
Element sql_data_statement
Element Group data_manipulation
Model
Children cursor_name, fetch_orientation_from, fetch_target_list, kw_fetch, kw_into
Instance
<fetch_statement xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_fetch>{1,1}</kw_fetch>
  <fetch_orientation_from>{0,1}</fetch_orientation_from>
  <cursor_name>{1,1}</cursor_name>
  <kw_into>{1,1}</kw_into>
  <fetch_target_list>{1,1}</fetch_target_list>
</fetch_statement>
Source
<xs:element name="fetch_statement">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_fetch"/>
      <xs:element ref="fetch_orientation_from" minOccurs="0"/>
      <xs:element ref="cursor_name"/>
      <xs:element ref="kw_into"/>
      <xs:element ref="fetch_target_list"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>