Class SQLKeywords
- java.lang.Object
-
- io.rxmicro.annotation.processor.data.sql.model.SQLKeywords
-
public class SQLKeywords extends Object
- Author:
- nedis
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSQLKeywords()
-
-
-
Field Detail
-
SELECT
public static final String SELECT
- See Also:
- Constant Field Values
-
INSERT
public static final String INSERT
- See Also:
- Constant Field Values
-
UPDATE
public static final String UPDATE
- See Also:
- Constant Field Values
-
DELETE
public static final String DELETE
- See Also:
- Constant Field Values
-
DISTINCT
public static final String DISTINCT
- See Also:
- Constant Field Values
-
ALL
public static final String ALL
- See Also:
- Constant Field Values
-
FROM
public static final String FROM
- See Also:
- Constant Field Values
-
IN
public static final String IN
- See Also:
- Constant Field Values
-
ORDER
public static final String ORDER
- See Also:
- Constant Field Values
-
AS
public static final String AS
- See Also:
- Constant Field Values
-
-