Package | Description |
---|---|
com.ads.mm.db.dao |
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Schema, Component and Column.
|
Modifier and Type | Method and Description |
---|---|
DBEnvironment.DBOperation |
DBColumn.getDBOperation()
Returns the dbOperation.
|
DBEnvironment.DBOperation |
DBTable.getDBOperation()
Returns the dbOperation.
|
static DBEnvironment.DBOperation |
DBEnvironment.DBOperation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DBEnvironment.DBOperation[] |
DBEnvironment.DBOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DBEnvironment.markDBOpertionForAll(DBEnvironment.DBOperation operation)
Marks the operation.
|
void |
DBColumn.setDBOperation(DBEnvironment.DBOperation dbOperation)
Sets the dbOperation as specified.
|
void |
DBTable.setDBOperation(DBEnvironment.DBOperation dbOperation)
Sets the dbOperation as specified.
|