Class CommonConstants
- java.lang.Object
-
- ru.curs.celesta.dbutils.adaptors.constants.CommonConstants
-
public final class CommonConstants extends Object
Holder class for common constants.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALTER_TABLE
"alter table " constant.static Pattern
HEXSTR
Regular expression to check against hexadecimal strings like: 0xDEADBEEF.
-
-
-
Field Detail
-
HEXSTR
public static final Pattern HEXSTR
Regular expression to check against hexadecimal strings like: 0xDEADBEEF.
-
ALTER_TABLE
public static final String ALTER_TABLE
"alter table " constant.- See Also:
- Constant Field Values
-
-