Package io.vertx.tp.atom.cv.sql
Interface SqlWord.Connector
-
- Enclosing interface:
- SqlWord
public static interface SqlWord.Connector连接关键字
-
-
Field Summary
Fields Modifier and Type Field Description static StringAND1.ANDstatic StringAS5.ASstatic StringBY7.BYstatic StringFROM3.FROMstatic StringHAVING10.HAVINGstatic StringIS6.ISstatic StringJOIN9.JOINstatic StringON8.ONstatic StringOR2.ORstatic StringWHERE4.WHERE
-
-
-
Field Detail
-
AND
static final String AND
1.AND- See Also:
- Constant Field Values
-
OR
static final String OR
2.OR- See Also:
- Constant Field Values
-
FROM
static final String FROM
3.FROM- See Also:
- Constant Field Values
-
WHERE
static final String WHERE
4.WHERE- See Also:
- Constant Field Values
-
AS
static final String AS
5.AS- See Also:
- Constant Field Values
-
IS
static final String IS
6.IS- See Also:
- Constant Field Values
-
BY
static final String BY
7.BY- See Also:
- Constant Field Values
-
ON
static final String ON
8.ON- See Also:
- Constant Field Values
-
JOIN
static final String JOIN
9.JOIN- See Also:
- Constant Field Values
-
HAVING
static final String HAVING
10.HAVING- See Also:
- Constant Field Values
-
-