Package net.risesoft.api.utils.jdbc
Class Constant
- java.lang.Object
-
- net.risesoft.api.utils.jdbc.Constant
-
public final class Constant extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONN_MARKstatic intDEFAULT_BATCH_BYTE_SIZEstatic intDEFAULT_BATCH_SIZEstatic StringINSERT_OR_REPLACE_TEMPLATE_MARKstatic StringMYSQL_ACCDENIEDstatic StringMYSQL_COLUMN1static StringMYSQL_COLUMN2static StringMYSQL_CONNEXPstatic StringMYSQL_DATABASEstatic StringMYSQL_SELECT_PRIstatic StringMYSQL_TABLE_NAME_ERR1static StringMYSQL_TABLE_NAME_ERR2static StringMYSQL_WHEREstatic StringOB10_SPLIT_STRINGstatic StringOB10_SPLIT_STRING_PATTERNstatic StringORACLE_ACCDENIEDstatic StringORACLE_CONNEXPstatic StringORACLE_DATABASEstatic StringORACLE_SELECT_PRIstatic StringORACLE_SQLstatic StringORACLE_TABLE_NAMEstatic StringTABLE_NAME_PLACEHOLDERstatic StringTABLE_NUMBER_MARK
-
Constructor Summary
Constructors Constructor Description Constant()
-
-
-
Field Detail
-
MYSQL_DATABASE
public static final String MYSQL_DATABASE
- See Also:
- Constant Field Values
-
MYSQL_CONNEXP
public static final String MYSQL_CONNEXP
- See Also:
- Constant Field Values
-
MYSQL_ACCDENIED
public static final String MYSQL_ACCDENIED
- See Also:
- Constant Field Values
-
MYSQL_TABLE_NAME_ERR1
public static final String MYSQL_TABLE_NAME_ERR1
- See Also:
- Constant Field Values
-
MYSQL_TABLE_NAME_ERR2
public static final String MYSQL_TABLE_NAME_ERR2
- See Also:
- Constant Field Values
-
MYSQL_SELECT_PRI
public static final String MYSQL_SELECT_PRI
- See Also:
- Constant Field Values
-
MYSQL_COLUMN1
public static final String MYSQL_COLUMN1
- See Also:
- Constant Field Values
-
MYSQL_COLUMN2
public static final String MYSQL_COLUMN2
- See Also:
- Constant Field Values
-
MYSQL_WHERE
public static final String MYSQL_WHERE
- See Also:
- Constant Field Values
-
ORACLE_DATABASE
public static final String ORACLE_DATABASE
- See Also:
- Constant Field Values
-
ORACLE_CONNEXP
public static final String ORACLE_CONNEXP
- See Also:
- Constant Field Values
-
ORACLE_ACCDENIED
public static final String ORACLE_ACCDENIED
- See Also:
- Constant Field Values
-
ORACLE_TABLE_NAME
public static final String ORACLE_TABLE_NAME
- See Also:
- Constant Field Values
-
ORACLE_SELECT_PRI
public static final String ORACLE_SELECT_PRI
- See Also:
- Constant Field Values
-
ORACLE_SQL
public static final String ORACLE_SQL
- See Also:
- Constant Field Values
-
DEFAULT_BATCH_SIZE
public static final int DEFAULT_BATCH_SIZE
- See Also:
- Constant Field Values
-
DEFAULT_BATCH_BYTE_SIZE
public static final int DEFAULT_BATCH_BYTE_SIZE
- See Also:
- Constant Field Values
-
TABLE_NAME_PLACEHOLDER
public static String TABLE_NAME_PLACEHOLDER
-
CONN_MARK
public static String CONN_MARK
-
TABLE_NUMBER_MARK
public static String TABLE_NUMBER_MARK
-
INSERT_OR_REPLACE_TEMPLATE_MARK
public static String INSERT_OR_REPLACE_TEMPLATE_MARK
-
OB10_SPLIT_STRING
public static final String OB10_SPLIT_STRING
- See Also:
- Constant Field Values
-
OB10_SPLIT_STRING_PATTERN
public static final String OB10_SPLIT_STRING_PATTERN
- See Also:
- Constant Field Values
-
-