Package com.basiscomponents.bc.util
Class Constants
- java.lang.Object
-
- com.basiscomponents.bc.util.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AND
static String
BASIS_DBMS
static String
COLUMN_NAME
static String
ERROR
static String
MYSQL_DBMS
static String
WHERE
-
-
-
Field Detail
-
AND
public static final String AND
- See Also:
- Constant Field Values
-
WHERE
public static final String WHERE
- See Also:
- Constant Field Values
-
ERROR
public static final String ERROR
- See Also:
- Constant Field Values
-
BASIS_DBMS
public static final String BASIS_DBMS
- See Also:
- Constant Field Values
-
MYSQL_DBMS
public static final String MYSQL_DBMS
- See Also:
- Constant Field Values
-
COLUMN_NAME
public static final String COLUMN_NAME
- See Also:
- Constant Field Values
-
-