Class SqlConstants
- java.lang.Object
-
- ca.stellardrift.permissionsex.datastore.sql.SqlConstants
-
public class SqlConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringOPTION_SCHEMA_VERSIONstatic intUNALLOCATEDstatic intVERSION_NOT_INITIALIZEDstatic intVERSION_PRE_VERSIONING
-
Constructor Summary
Constructors Constructor Description SqlConstants()
-
-
-
Field Detail
-
OPTION_SCHEMA_VERSION
public static final String OPTION_SCHEMA_VERSION
- See Also:
- Constant Field Values
-
UNALLOCATED
public static final int UNALLOCATED
- See Also:
- Constant Field Values
-
VERSION_NOT_INITIALIZED
public static final int VERSION_NOT_INITIALIZED
- See Also:
- Constant Field Values
-
VERSION_PRE_VERSIONING
public static final int VERSION_PRE_VERSIONING
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SqlConstants
public SqlConstants()
-
-