|
Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
character_string_literal , date_string , time_string , timestamp_string , interval_string , delimited_identifier , sql_special_character , not_equals_operator , greater_than_or_equals_operator , less_than_or_equals_operator , concatenation_operator , right_arrow , left_bracket_trigraph , right_bracket_trigraph , double_colon , double_period
|
Children |
character_string_literal, concatenation_operator, date_string, delimited_identifier, double_colon, double_period, greater_than_or_equals_operator, interval_string, left_bracket_trigraph, less_than_or_equals_operator, not_equals_operator, right_arrow, right_bracket_trigraph, sql_special_character, time_string, timestamp_string |
Instance
|
<delimiter_token xmlns="http://www.sqlparser.com/xml/ansi2003">
<character_string_literal>{1,1}</character_string_literal>
<date_string>{1,1}</date_string>
<time_string>{1,1}</time_string>
<timestamp_string>{1,1}</timestamp_string>
<interval_string>{1,1}</interval_string>
<delimited_identifier>{1,1}</delimited_identifier>
<sql_special_character>{1,1}</sql_special_character>
<not_equals_operator>{1,1}</not_equals_operator>
<greater_than_or_equals_operator>{1,1}</greater_than_or_equals_operator>
<less_than_or_equals_operator>{1,1}</less_than_or_equals_operator>
<concatenation_operator>{1,1}</concatenation_operator>
<right_arrow>{1,1}</right_arrow>
<left_bracket_trigraph>{1,1}</left_bracket_trigraph>
<right_bracket_trigraph>{1,1}</right_bracket_trigraph>
<double_colon>{1,1}</double_colon>
<double_period>{1,1}</double_period>
</delimiter_token> |
|
Source
|
<xs:element name="delimiter_token">
<xs:complexType>
<xs:sequence>
<xs:element ref="character_string_literal"/>
<xs:element ref="date_string"/>
<xs:element ref="time_string"/>
<xs:element ref="timestamp_string"/>
<xs:element ref="interval_string"/>
<xs:element ref="delimited_identifier"/>
<xs:element ref="sql_special_character"/>
<xs:element ref="not_equals_operator"/>
<xs:element ref="greater_than_or_equals_operator"/>
<xs:element ref="less_than_or_equals_operator"/>
<xs:element ref="concatenation_operator"/>
<xs:element ref="right_arrow"/>
<xs:element ref="left_bracket_trigraph"/>
<xs:element ref="right_bracket_trigraph"/>
<xs:element ref="double_colon"/>
<xs:element ref="double_period"/>
</xs:sequence>
</xs:complexType>
</xs:element> |
|
|
|