Package | Description |
---|---|
com.ads.mm.db.util |
Contains Collection Classes, Java Bean Classes which are specific to different DataBaseTypes such as CSV, DB2,
GreenPlum, Oracle, Netezza, SqlServer, SalesForce etc...and utility information like Table, View, synonym, ActualTableName, Precision, BufferLength specific to every Database Type. |
com.icc.util |
Contains a class called RequestStatus which is a Boolean class which wraps a value of the primitive type boolean in an object.
|
Modifier and Type | Method and Description |
---|---|
DBProperties.ConnectionPoolType |
DBHelper.getConnectionPoolType() |
Modifier and Type | Method and Description |
---|---|
void |
DBHelper.setConnectionPoolType(DBProperties.ConnectionPoolType connectionPoolType) |
Modifier and Type | Method and Description |
---|---|
DBProperties.ConnectionPoolType |
DBProperties.getConnectionPoolType() |
static DBProperties.ConnectionPoolType |
DBProperties.ConnectionPoolType.getConnectionPoolType(java.lang.String value) |
static DBProperties.ConnectionPoolType |
DBProperties.ConnectionPoolType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DBProperties.ConnectionPoolType[] |
DBProperties.ConnectionPoolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DBProperties.setConnectionPoolType(DBProperties.ConnectionPoolType connectionPoolType) |