Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element deallocate_prepared_statement
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_deallocate.tmp#kw_deallocate ansi2003_xsd_Element_kw_prepare.tmp#kw_prepare ansi2003_xsd_Element_sql_statement_name.tmp#sql_statement_name
Properties
content complex
Used by
Element sql_dynamic_statement
Element Group dynamic_sql
Model
Children kw_deallocate, kw_prepare, sql_statement_name
Instance
<deallocate_prepared_statement xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_deallocate>{1,1}</kw_deallocate>
  <kw_prepare>{1,1}</kw_prepare>
  <sql_statement_name>{1,1}</sql_statement_name>
</deallocate_prepared_statement>
Source
<xs:element name="deallocate_prepared_statement">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_deallocate"/>
      <xs:element ref="kw_prepare"/>
      <xs:element ref="sql_statement_name"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>