Class SchemaConstants
- java.lang.Object
-
- com.ibm.fhir.database.utils.version.SchemaConstants
-
public class SchemaConstants extends Object
Schema Constants
-
-
Field Summary
Fields Modifier and Type Field Description static String
APPLIED
static String
CONTROL
static String
FHIR_USER_GRANT_GROUP
static String
LEASE_OWNER_HOST
static String
LEASE_OWNER_UUID
static String
LEASE_UNTIL
static String
OBJECT_NAME
static String
OBJECT_TYPE
static String
RECORD_ID
static String
SCHEMA_NAME
static String
VERSION
static String
VERSION_HISTORY
static String
VERSION_ID
static String
WHOLE_SCHEMA_VERSION
-
Constructor Summary
Constructors Constructor Description SchemaConstants()
-
-
-
Field Detail
-
VERSION_HISTORY
public static final String VERSION_HISTORY
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
APPLIED
public static final String APPLIED
- See Also:
- Constant Field Values
-
OBJECT_TYPE
public static final String OBJECT_TYPE
- See Also:
- Constant Field Values
-
OBJECT_NAME
public static final String OBJECT_NAME
- See Also:
- Constant Field Values
-
SCHEMA_NAME
public static final String SCHEMA_NAME
- See Also:
- Constant Field Values
-
CONTROL
public static final String CONTROL
- See Also:
- Constant Field Values
-
LEASE_OWNER_HOST
public static final String LEASE_OWNER_HOST
- See Also:
- Constant Field Values
-
LEASE_OWNER_UUID
public static final String LEASE_OWNER_UUID
- See Also:
- Constant Field Values
-
LEASE_UNTIL
public static final String LEASE_UNTIL
- See Also:
- Constant Field Values
-
WHOLE_SCHEMA_VERSION
public static final String WHOLE_SCHEMA_VERSION
- See Also:
- Constant Field Values
-
RECORD_ID
public static final String RECORD_ID
- See Also:
- Constant Field Values
-
VERSION_ID
public static final String VERSION_ID
- See Also:
- Constant Field Values
-
FHIR_USER_GRANT_GROUP
public static final String FHIR_USER_GRANT_GROUP
- See Also:
- Constant Field Values
-
-