Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
binary_trim_operands, kw_trim |
Instance
|
<binary_trim_function xmlns="http://www.sqlparser.com/xml/ansi2003">
<kw_trim>{1,1}</kw_trim>
<binary_trim_operands>{1,1}</binary_trim_operands>
</binary_trim_function> |
|
Source
|
<xs:element name="binary_trim_function">
<xs:complexType>
<xs:sequence>
<xs:element ref="kw_trim"/>
<xs:element ref="binary_trim_operands"/>
</xs:sequence>
</xs:complexType>
</xs:element> |
|