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 StringCASE_WHENstatic StringENDstatic StringFROMstatic StringGROUP_BYstatic StringHAVINGstatic StringINNER_JOINstatic StringIS_NOT_NULLstatic StringIS_NULLstatic StringMAXstatic StringORDER_BYstatic StringOUTER_JOINstatic StringSELECTstatic StringSPACEstatic StringTHENstatic StringUNIONstatic StringUNION_ALLstatic StringWHERE
-
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
-
-