Package com.ibm.fhir.persistence.jdbc
Class JDBCConstants
- java.lang.Object
-
- com.ibm.fhir.persistence.jdbc.JDBCConstants
-
public class JDBCConstants extends Object
-
-
Field Summary
-
-
-
Field Detail
-
MAX_NUM_OF_COMPOSITE_COMPONENTS
public static final int MAX_NUM_OF_COMPOSITE_COMPONENTS
The maximum number of components allowed within a search parameter of type composite- See Also:
- Constant Field Values
-
STR_VALUE
public static final String STR_VALUE
- See Also:
- Constant Field Values
-
STR_VALUE_LCASE
public static final String STR_VALUE_LCASE
- See Also:
- Constant Field Values
-
TOKEN_VALUE
public static final String TOKEN_VALUE
- See Also:
- Constant Field Values
-
COMMON_TOKEN_VALUE_ID
public static final String COMMON_TOKEN_VALUE_ID
- See Also:
- Constant Field Values
-
CODE_SYSTEM_ID
public static final String CODE_SYSTEM_ID
- See Also:
- Constant Field Values
-
CODE
public static final String CODE
- See Also:
- Constant Field Values
-
NUMBER_VALUE
public static final String NUMBER_VALUE
- See Also:
- Constant Field Values
-
QUANTITY_VALUE
public static final String QUANTITY_VALUE
- See Also:
- Constant Field Values
-
_LOW
public static final String _LOW
- See Also:
- Constant Field Values
-
_HIGH
public static final String _HIGH
- See Also:
- Constant Field Values
-
DATE_START
public static final String DATE_START
- See Also:
- Constant Field Values
-
DATE_END
public static final String DATE_END
- See Also:
- Constant Field Values
-
LATITUDE_VALUE
public static final String LATITUDE_VALUE
- See Also:
- Constant Field Values
-
LONGITUDE_VALUE
public static final String LONGITUDE_VALUE
- See Also:
- Constant Field Values
-
_RESOURCES
public static final String _RESOURCES
- See Also:
- Constant Field Values
-
_LOGICAL_RESOURCES
public static final String _LOGICAL_RESOURCES
- See Also:
- Constant Field Values
-
RESOURCE_ID
public static final String RESOURCE_ID
- See Also:
- Constant Field Values
-
LOGICAL_ID
public static final String LOGICAL_ID
- See Also:
- Constant Field Values
-
LOGICAL_RESOURCE_ID
public static final String LOGICAL_RESOURCE_ID
- See Also:
- Constant Field Values
-
CURRENT_RESOURCE_ID
public static final String CURRENT_RESOURCE_ID
- See Also:
- Constant Field Values
-
PARAMETER_NAME_ID
public static final String PARAMETER_NAME_ID
- See Also:
- Constant Field Values
-
IS_DELETED_NO
public static final String IS_DELETED_NO
- See Also:
- Constant Field Values
-
DOT
public static final String DOT
- See Also:
- Constant Field Values
-
DOT_CHAR
public static final char DOT_CHAR
- See Also:
- Constant Field Values
-
WHERE
public static final String WHERE
- See Also:
- Constant Field Values
-
PARAMETER_TABLE_ALIAS
public static final String PARAMETER_TABLE_ALIAS
- See Also:
- Constant Field Values
-
PARAMETER_TABLE_NAME_PLACEHOLDER
public static final String PARAMETER_TABLE_NAME_PLACEHOLDER
- See Also:
- Constant Field Values
-
LEFT_PAREN
public static final String LEFT_PAREN
- See Also:
- Constant Field Values
-
RIGHT_PAREN
public static final String RIGHT_PAREN
- See Also:
- Constant Field Values
-
BIND_VAR
public static final String BIND_VAR
- See Also:
- Constant Field Values
-
PERCENT_WILDCARD
public static final String PERCENT_WILDCARD
- See Also:
- Constant Field Values
-
UNDERSCORE_WILDCARD
public static final String UNDERSCORE_WILDCARD
- See Also:
- Constant Field Values
-
ESCAPE_CHAR
public static final String ESCAPE_CHAR
- See Also:
- Constant Field Values
-
ESCAPE_UNDERSCORE
public static final String ESCAPE_UNDERSCORE
- See Also:
- Constant Field Values
-
ESCAPE_PERCENT
public static final String ESCAPE_PERCENT
- See Also:
- Constant Field Values
-
ESCAPE_EXPR
public static final String ESCAPE_EXPR
- See Also:
- Constant Field Values
-
WHEN
public static final String 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
-
SPACE
public static final char SPACE
- See Also:
- Constant Field Values
-
FROM
public static final String FROM
- See Also:
- Constant Field Values
-
UNION
public static final String UNION
- See Also:
- Constant Field Values
-
ON
public static final String ON
- See Also:
- Constant Field Values
-
JOIN
public static final String JOIN
- See Also:
- Constant Field Values
-
LEFT_JOIN
public static final String LEFT_JOIN
- See Also:
- Constant Field Values
-
EXISTS
public static final String EXISTS
- See Also:
- Constant Field Values
-
NOT_EXISTS
public static final String NOT_EXISTS
- See Also:
- Constant Field Values
-
NOT
public static final String NOT
- See Also:
- Constant Field Values
-
COMBINED_RESULTS
public static final String COMBINED_RESULTS
- See Also:
- Constant Field Values
-
COMMA
public static final String COMMA
- See Also:
- Constant Field Values
-
COMMA_CHAR
public static final char COMMA_CHAR
- See Also:
- Constant Field Values
-
QUOTE
public static final char QUOTE
- See Also:
- Constant Field Values
-
PATH_CHAR
public static final char PATH_CHAR
- See Also:
- Constant Field Values
-
SELECT
public static final String SELECT
- See Also:
- Constant Field Values
-
AS
public static final String AS
- See Also:
- Constant Field Values
-
LIMIT
public static final String LIMIT
- See Also:
- Constant Field Values
-
OFFSET
public static final String OFFSET
- See Also:
- Constant Field Values
-
FETCH_FIRST
public static final String FETCH_FIRST
- See Also:
- Constant Field Values
-
FETCH_NEXT
public static final String FETCH_NEXT
- See Also:
- Constant Field Values
-
ROWS
public static final String ROWS
- See Also:
- Constant Field Values
-
ROWS_ONLY
public static final String ROWS_ONLY
- See Also:
- Constant Field Values
-
EQ
public static final String EQ
- See Also:
- Constant Field Values
-
LIKE
public static final String LIKE
- See Also:
- Constant Field Values
-
IN
public static final String IN
- See Also:
- Constant Field Values
-
LT
public static final String LT
- See Also:
- Constant Field Values
-
LTE
public static final String LTE
- See Also:
- Constant Field Values
-
GT
public static final String GT
- See Also:
- Constant Field Values
-
GTE
public static final String GTE
- See Also:
- Constant Field Values
-
NE
public static final String NE
- See Also:
- Constant Field Values
-
OR
public static final String OR
- See Also:
- Constant Field Values
-
AND
public static final String AND
- See Also:
- Constant Field Values
-
ORDER_BY
public static final String ORDER_BY
- See Also:
- Constant Field Values
-
ASCENDING
public static final String ASCENDING
- See Also:
- Constant Field Values
-
DESCENDING
public static final String DESCENDING
- See Also:
- Constant Field Values
-
DEFAULT_ORDERING
public static final String DEFAULT_ORDERING
- See Also:
- Constant Field Values
-
DEFAULT_ORDERING_WITH_TABLE
public static final String DEFAULT_ORDERING_WITH_TABLE
- 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
-
SEARCH_REOPT
public static final String SEARCH_REOPT
- See Also:
- Constant Field Values
-
UTC
public static final Calendar UTC
Calendar object to use while inserting Timestamp objects into the database.
-
supportedModifiersMap
public static final Map<SearchConstants.Type,List<SearchConstants.Modifier>> supportedModifiersMap
Maps search parameter types to the currently supported list of modifiers for that type.
-
modifierOperatorMap
public static final Map<SearchConstants.Modifier,String> modifierOperatorMap
Maps Parameter modifiers to SQL operators.
-
-