Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element statement_information_item_name
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_number.tmp#kw_number ansi2003_xsd_Element_kw_more.tmp#kw_more ansi2003_xsd_Element_kw_command_function.tmp#kw_command_function ansi2003_xsd_Element_kw_command_function_code.tmp#kw_command_function_code ansi2003_xsd_Element_kw_dynamic_function.tmp#kw_dynamic_function ansi2003_xsd_Element_kw_dynamic_function_code.tmp#kw_dynamic_function_code ansi2003_xsd_Element_kw_row_count.tmp#kw_row_count ansi2003_xsd_Element_kw_transactions_committed.tmp#kw_transactions_committed ansi2003_xsd_Element_kw_transactions_rolled_back.tmp#kw_transactions_rolled_back ansi2003_xsd_Element_kw_transactions_active.tmp#kw_transactions_active
Properties
content complex
Used by
Model
Children kw_command_function, kw_command_function_code, kw_dynamic_function, kw_dynamic_function_code, kw_more, kw_number, kw_row_count, kw_transactions_active, kw_transactions_committed, kw_transactions_rolled_back
Instance
<statement_information_item_name xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_number>{1,1}</kw_number>
  <kw_more>{1,1}</kw_more>
  <kw_command_function>{1,1}</kw_command_function>
  <kw_command_function_code>{1,1}</kw_command_function_code>
  <kw_dynamic_function>{1,1}</kw_dynamic_function>
  <kw_dynamic_function_code>{1,1}</kw_dynamic_function_code>
  <kw_row_count>{1,1}</kw_row_count>
  <kw_transactions_committed>{1,1}</kw_transactions_committed>
  <kw_transactions_rolled_back>{1,1}</kw_transactions_rolled_back>
  <kw_transactions_active>{1,1}</kw_transactions_active>
</statement_information_item_name>
Source
<xs:element name="statement_information_item_name">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="kw_number"/>
      <xs:element ref="kw_more"/>
      <xs:element ref="kw_command_function"/>
      <xs:element ref="kw_command_function_code"/>
      <xs:element ref="kw_dynamic_function"/>
      <xs:element ref="kw_dynamic_function_code"/>
      <xs:element ref="kw_row_count"/>
      <xs:element ref="kw_transactions_committed"/>
      <xs:element ref="kw_transactions_rolled_back"/>
      <xs:element ref="kw_transactions_active"/>
    </xs:choice>
  </xs:complexType>
</xs:element>