Package io.vertx.tp.atom.cv.sql
Interface SqlWord.Comparator
-
- Enclosing interface:
- SqlWord
public static interface SqlWord.Comparator比较操作符
-
-
Field Summary
Fields Modifier and Type Field Description static StringEQ5.等于 =static StringGET10.大于等于 >=static StringGT7.大于 >static StringIN0.INstatic StringLET9.小于等于 <=static StringLIKE3.LIKEstatic StringLT6.小于 <static StringNEQ8.不等于 <>static StringNOT1.NOTstatic StringNULL2.NULLstatic StringPERCENT4.%
-
-
-
Field Detail
-
IN
static final String IN
0.IN- See Also:
- Constant Field Values
-
NOT
static final String NOT
1.NOT- See Also:
- Constant Field Values
-
NULL
static final String NULL
2.NULL- See Also:
- Constant Field Values
-
LIKE
static final String LIKE
3.LIKE- See Also:
- Constant Field Values
-
PERCENT
static final String PERCENT
4.%- See Also:
- Constant Field Values
-
EQ
static final String EQ
5.等于 =- See Also:
- Constant Field Values
-
LT
static final String LT
6.小于 <- See Also:
- Constant Field Values
-
GT
static final String GT
7.大于 >- See Also:
- Constant Field Values
-
NEQ
static final String NEQ
8.不等于 <>- See Also:
- Constant Field Values
-
LET
static final String LET
9.小于等于 <=- See Also:
- Constant Field Values
-
GET
static final String GET
10.大于等于 >=- See Also:
- Constant Field Values
-
-