Uses of Class
com.ads.mm.db.dao.DBOperationHelper
Packages that use DBOperationHelper
Package
Description
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Schema, Component and Column.
-
Uses of DBOperationHelper in com.ads.mm.db.dao
Methods in com.ads.mm.db.dao that return DBOperationHelperModifier and TypeMethodDescriptionDBColumn.getDbOperationHelper()Returns the dbOperationHelper.DBTable.getDbOperationHelper()Returns the dbOperationHelper.DBColumn.getDBOperationHelper()Returns the dbOperationHelper.DBIndex.getDBOperationHelper()DBTable.getDBOperationHelper()Returns the dbOperationHelper ObjectMethods in com.ads.mm.db.dao with parameters of type DBOperationHelperModifier and TypeMethodDescriptionvoidDBColumn.setDbOperationHelper(DBOperationHelper dbOperationHelper) Sets the transformationScope as specified.voidDBTable.setDbOperationHelper(DBOperationHelper dbOperationHelper) Sets the dbOperationHelper as specified.voidDBColumn.setDBOperationHelper(DBOperationHelper dbOperationStatus) Sets the dbOperationHelper as specified.voidDBIndex.setDBOperationHelper(DBOperationHelper dbOperationHelper) voidDBTable.setDBOperationHelper(DBOperationHelper dbOperationStatus) Sets the dbOperationHelper as specified.