Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element sql_dynamic_statement
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_sql_descriptor_statement.tmp#sql_descriptor_statement ansi2003_xsd_Element_prepare_statement.tmp#prepare_statement ansi2003_xsd_Element_deallocate_prepared_statement.tmp#deallocate_prepared_statement ansi2003_xsd_Element_describe_statement.tmp#describe_statement ansi2003_xsd_Element_execute_statement.tmp#execute_statement ansi2003_xsd_Element_execute_immediate_statement.tmp#execute_immediate_statement ansi2003_xsd_Element_sql_dynamic_data_statement.tmp#sql_dynamic_data_statement
Properties
content complex
Used by
Model
Children deallocate_prepared_statement, describe_statement, execute_immediate_statement, execute_statement, prepare_statement, sql_descriptor_statement, sql_dynamic_data_statement
Instance
<sql_dynamic_statement xmlns="http://www.sqlparser.com/xml/ansi2003">
  <sql_descriptor_statement>{1,1}</sql_descriptor_statement>
  <prepare_statement>{1,1}</prepare_statement>
  <deallocate_prepared_statement>{1,1}</deallocate_prepared_statement>
  <describe_statement>{1,1}</describe_statement>
  <execute_statement>{1,1}</execute_statement>
  <execute_immediate_statement>{1,1}</execute_immediate_statement>
  <sql_dynamic_data_statement>{1,1}</sql_dynamic_data_statement>
</sql_dynamic_statement>
Source
<xs:element name="sql_dynamic_statement">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="sql_descriptor_statement"/>
      <xs:element ref="prepare_statement"/>
      <xs:element ref="deallocate_prepared_statement"/>
      <xs:element ref="describe_statement"/>
      <xs:element ref="execute_statement"/>
      <xs:element ref="execute_immediate_statement"/>
      <xs:element ref="sql_dynamic_data_statement"/>
    </xs:choice>
  </xs:complexType>
</xs:element>