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 |
---|---|
DBOperationHelper |
DBColumn.getDbOperationHelper()
Returns the dbOperationHelper.
|
DBOperationHelper |
DBTable.getDbOperationHelper()
Returns the dbOperationHelper.
|
DBOperationHelper |
DBColumn.getDBOperationHelper()
Returns the dbOperationHelper.
|
DBOperationHelper |
DBIndex.getDBOperationHelper() |
DBOperationHelper |
DBTable.getDBOperationHelper()
Returns the dbOperationHelper Object
|
Modifier and Type | Method and Description |
---|---|
void |
DBColumn.setDbOperationHelper(DBOperationHelper dbOperationHelper)
Sets the transformationScope as specified.
|
void |
DBTable.setDbOperationHelper(DBOperationHelper dbOperationHelper)
Sets the dbOperationHelper as specified.
|
void |
DBColumn.setDBOperationHelper(DBOperationHelper dbOperationStatus)
Sets the dbOperationHelper as specified.
|
void |
DBIndex.setDBOperationHelper(DBOperationHelper dbOperationHelper) |
void |
DBTable.setDBOperationHelper(DBOperationHelper dbOperationStatus)
Sets the dbOperationHelper as specified.
|