JVCL Help:TJvXMLSQLOperator
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvXMLSQLOperator type
Search in JVCL Help
Search in all projectsSummary
Describes allowable SQL compare operators.
Pascal
run\JvXmlDatabase.pas
TJvXMLSQLOperator = (
opEquals,
opGreater,
opSmaller,
opGreaterEquals,
opSmallerEquals,
opLike,
opNot,
opOr,
opAnd,
opXor,
opLeftParenthesis,
opRightParenthesis,
opConstant,
opColumn,
opNull,
opNone
);
Members
Members | Description |
opEquals | sign. |
opGreater | > ' sign. |
opSmaller | <' sign. |
opGreaterEquals | > =' sign. |
opSmallerEquals | <=' sign. |
opLike | LIKE' keyword |
opNot | NOT' keyword. |
opOr | OR' keyword. |
opAnd | AND' keyword. |
opXor | XOR' keyword. |
opLeftParenthesis | (' sign. |
opRightParenthesis | )' sign. |
opConstant | Operator is a constant. |
opColumn | Operator is a column name. |
opNull | NULL' keyword. |
opNone | Unknown operator. |
Description
Type used to describe operators that can occur in WHERE clauses.
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page