Class SqlConstants
- java.lang.Object
-
- com.ibm.fhir.database.utils.query.SqlConstants
-
public class SqlConstants extends Object
Some useful constants for building SQL statements
-
-
Field Summary
Fields Modifier and Type Field Description static String
CASE_WHEN
static String
END
static String
FROM
static String
GROUP_BY
static String
HAVING
static String
INNER_JOIN
static String
IS_NOT_NULL
static String
IS_NULL
static String
MAX
static String
ORDER_BY
static String
OUTER_JOIN
static String
SELECT
static String
SPACE
static String
THEN
static String
UNION
static String
UNION_ALL
static String
WHERE
-
Constructor Summary
Constructors Constructor Description SqlConstants()
-
-
-
Field Detail
-
SPACE
public static final String SPACE
- See Also:
- Constant Field Values
-
SELECT
public static final String SELECT
- See Also:
- Constant Field Values
-
FROM
public static final String FROM
- See Also:
- Constant Field Values
-
WHERE
public static final String WHERE
- See Also:
- Constant Field Values
-
GROUP_BY
public static final String GROUP_BY
- See Also:
- Constant Field Values
-
HAVING
public static final String HAVING
- See Also:
- Constant Field Values
-
IS_NULL
public static final String IS_NULL
- See Also:
- Constant Field Values
-
IS_NOT_NULL
public static final String IS_NOT_NULL
- See Also:
- Constant Field Values
-
INNER_JOIN
public static final String INNER_JOIN
- See Also:
- Constant Field Values
-
OUTER_JOIN
public static final String OUTER_JOIN
- See Also:
- Constant Field Values
-
MAX
public static final String MAX
- See Also:
- Constant Field Values
-
CASE_WHEN
public static final String CASE_WHEN
- See Also:
- Constant Field Values
-
THEN
public static final String THEN
- See Also:
- Constant Field Values
-
END
public static final String END
- See Also:
- Constant Field Values
-
ORDER_BY
public static final String ORDER_BY
- 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
-
-