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 |
---|---|
DBHelper.ModelType |
DBHelper.getModelType() |
static DBHelper.ModelType |
DBHelper.ModelType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DBHelper.ModelType[] |
DBHelper.ModelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DBHelper.setModelType(DBHelper.ModelType modelType) |
Modifier and Type | Method and Description |
---|---|
DBHelper.ModelType |
DBProperties.getERwinModelType() |
Modifier and Type | Method and Description |
---|---|
void |
DBProperties.setERwinModelType(DBHelper.ModelType erwinModelType) |