Package com.gengoai.sql
Class SQLConstants
- java.lang.Object
-
- com.gengoai.sql.SQLConstants
-
- All Implemented Interfaces:
Serializable
public class SQLConstants extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SQLConstants()
-
-
-
Field Detail
-
ABS
public static final String ABS
- See Also:
- Constant Field Values
-
ADD
public static final String ADD
- See Also:
- Constant Field Values
-
ASC
public static final String ASC
- See Also:
- Constant Field Values
-
AVERAGE
public static final String AVERAGE
- See Also:
- Constant Field Values
-
BETWEEN
public static final String BETWEEN
- See Also:
- Constant Field Values
-
COALESCE
public static final String COALESCE
- See Also:
- Constant Field Values
-
CONCAT
public static final String CONCAT
- See Also:
- Constant Field Values
-
COUNT
public static final String COUNT
- See Also:
- Constant Field Values
-
COUNT_DISTINCT
public static final String COUNT_DISTINCT
- See Also:
- Constant Field Values
-
DATE
public static final String DATE
- See Also:
- Constant Field Values
-
DATETIME
public static final String DATETIME
- See Also:
- Constant Field Values
-
DESC
public static final String DESC
- See Also:
- Constant Field Values
-
DIVIDE
public static final String DIVIDE
- See Also:
- Constant Field Values
-
EQUALS
public static final String EQUALS
- See Also:
- Constant Field Values
-
EXCEPT
public static final String EXCEPT
- See Also:
- Constant Field Values
-
EXISTS
public static final String EXISTS
- See Also:
- Constant Field Values
-
FULL_TEXT_MATCH
public static final String FULL_TEXT_MATCH
- See Also:
- Constant Field Values
-
GREATER_THAN
public static final String GREATER_THAN
- See Also:
- Constant Field Values
-
GREATER_THAN_EQUALS
public static final String GREATER_THAN_EQUALS
- See Also:
- Constant Field Values
-
GROUP_CONCAT
public static final String GROUP_CONCAT
- See Also:
- Constant Field Values
-
IFNULL
public static final String IFNULL
- See Also:
- Constant Field Values
-
IN
public static final String IN
- See Also:
- Constant Field Values
-
INSTR
public static final String INSTR
- See Also:
- Constant Field Values
-
INTERSECT
public static final String INTERSECT
- See Also:
- Constant Field Values
-
IS
public static final String IS
- See Also:
- Constant Field Values
-
IS_NOT
public static final String IS_NOT
- See Also:
- Constant Field Values
-
JSON_EXTRACT
public static final String JSON_EXTRACT
- See Also:
- Constant Field Values
-
LENGTH
public static final String LENGTH
- See Also:
- Constant Field Values
-
LESS_THAN
public static final String LESS_THAN
- See Also:
- Constant Field Values
-
LESS_THAN_EQUALS
public static final String LESS_THAN_EQUALS
- See Also:
- Constant Field Values
-
LIKE
public static final String LIKE
- See Also:
- Constant Field Values
-
LOWER
public static final String LOWER
- See Also:
- Constant Field Values
-
LTRIM
public static final String LTRIM
- See Also:
- Constant Field Values
-
MAX
public static final String MAX
- See Also:
- Constant Field Values
-
MIN
public static final String MIN
- See Also:
- Constant Field Values
-
MOD
public static final String MOD
- See Also:
- Constant Field Values
-
MULTIPLY
public static final String MULTIPLY
- See Also:
- Constant Field Values
-
NOT
public static final String NOT
- See Also:
- Constant Field Values
-
NOT_EQUALS
public static final String NOT_EQUALS
- See Also:
- Constant Field Values
-
NULLIF
public static final String NULLIF
- See Also:
- Constant Field Values
-
POW
public static final String POW
- See Also:
- Constant Field Values
-
RANDOM
public static final String RANDOM
- See Also:
- Constant Field Values
-
REGEXP
public static final String REGEXP
- See Also:
- Constant Field Values
-
REPLACE
public static final String REPLACE
- See Also:
- Constant Field Values
-
ROUND
public static final String ROUND
- See Also:
- Constant Field Values
-
RTRIM
public static final String RTRIM
- See Also:
- Constant Field Values
-
STRFTIME
public static final String STRFTIME
- See Also:
- Constant Field Values
-
SUBSTR
public static final String SUBSTR
- See Also:
- Constant Field Values
-
SUBTRACT
public static final String SUBTRACT
- See Also:
- Constant Field Values
-
SUM
public static final String SUM
- See Also:
- Constant Field Values
-
TIME
public static final String TIME
- See Also:
- Constant Field Values
-
TRIM
public static final String TRIM
- See Also:
- Constant Field Values
-
UNION
public static final String UNION
- See Also:
- Constant Field Values
-
UNION_ALL
public static final String UNION_ALL
- See Also:
- Constant Field Values
-
UPPER
public static final String UPPER
- See Also:
- Constant Field Values
-
-