Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element statement_or_declaration
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_declare_cursor.tmp#declare_cursor ansi2003_xsd_Element_dynamic_declare_cursor.tmp#dynamic_declare_cursor ansi2003_xsd_Element_temporary_table_declaration.tmp#temporary_table_declaration ansi2003_xsd_Element_embedded_authorization_declaration.tmp#embedded_authorization_declaration ansi2003_xsd_Element_embedded_path_specification.tmp#embedded_path_specification ansi2003_xsd_Element_embedded_transform_group_specification.tmp#embedded_transform_group_specification ansi2003_xsd_Element_embedded_collation_specification.tmp#embedded_collation_specification ansi2003_xsd_Element_embedded_exception_declaration.tmp#embedded_exception_declaration ansi2003_xsd_Element_sql_procedure_statement.tmp#sql_procedure_statement
Properties
content complex
Used by
Model
Children declare_cursor, dynamic_declare_cursor, embedded_authorization_declaration, embedded_collation_specification, embedded_exception_declaration, embedded_path_specification, embedded_transform_group_specification, sql_procedure_statement, temporary_table_declaration
Instance
<statement_or_declaration xmlns="http://www.sqlparser.com/xml/ansi2003">
  <declare_cursor>{1,1}</declare_cursor>
  <dynamic_declare_cursor>{1,1}</dynamic_declare_cursor>
  <temporary_table_declaration>{1,1}</temporary_table_declaration>
  <embedded_authorization_declaration>{1,1}</embedded_authorization_declaration>
  <embedded_path_specification>{1,1}</embedded_path_specification>
  <embedded_transform_group_specification>{1,1}</embedded_transform_group_specification>
  <embedded_collation_specification>{1,1}</embedded_collation_specification>
  <embedded_exception_declaration>{1,1}</embedded_exception_declaration>
  <sql_procedure_statement>{1,1}</sql_procedure_statement>
</statement_or_declaration>
Source
<xs:element name="statement_or_declaration">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="declare_cursor"/>
      <xs:element ref="dynamic_declare_cursor"/>
      <xs:element ref="temporary_table_declaration"/>
      <xs:element ref="embedded_authorization_declaration"/>
      <xs:element ref="embedded_path_specification"/>
      <xs:element ref="embedded_transform_group_specification"/>
      <xs:element ref="embedded_collation_specification"/>
      <xs:element ref="embedded_exception_declaration"/>
      <xs:element ref="sql_procedure_statement"/>
    </xs:choice>
  </xs:complexType>
</xs:element>