Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element prepare_statement
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_prepare.tmp#kw_prepare ansi2003_xsd_Element_sql_statement_name.tmp#sql_statement_name ansi2003_xsd_Element_attributes_specification.tmp#attributes_specification ansi2003_xsd_Element_kw_from.tmp#kw_from ansi2003_xsd_Element_sql_statement_variable.tmp#sql_statement_variable
Properties
content complex
Used by
Element sql_dynamic_statement
Element Group dynamic_sql
Model
Children attributes_specification, kw_from, kw_prepare, sql_statement_name, sql_statement_variable
Instance
<prepare_statement xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_prepare>{1,1}</kw_prepare>
  <sql_statement_name>{1,1}</sql_statement_name>
  <attributes_specification>{0,1}</attributes_specification>
  <kw_from>{1,1}</kw_from>
  <sql_statement_variable>{1,1}</sql_statement_variable>
</prepare_statement>
Source
<xs:element name="prepare_statement">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_prepare"/>
      <xs:element ref="sql_statement_name"/>
      <xs:element ref="attributes_specification" minOccurs="0"/>
      <xs:element ref="kw_from"/>
      <xs:element ref="sql_statement_variable"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>