Package de.julielab.concepts.db.core
Class VersioningConstants
- java.lang.Object
-
- de.julielab.concepts.db.core.VersioningConstants
-
public class VersioningConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCREATE_UNIQUE_CONSTRAINTstatic StringCREATE_VERSIONstatic StringGET_VERSION
-
-
-
Field Detail
-
CREATE_VERSION
public static final String CREATE_VERSION
- See Also:
- Constant Field Values
-
CREATE_UNIQUE_CONSTRAINT
public static final String CREATE_UNIQUE_CONSTRAINT
- See Also:
- Constant Field Values
-
GET_VERSION
public static final String GET_VERSION
- See Also:
- Constant Field Values
-
-