Uses of Enum Class
com.ads.mm.db.dao.DBEnvironment.DBOperation
Packages that use DBEnvironment.DBOperation
Package
Description
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Schema, Component and Column.
-
Uses of DBEnvironment.DBOperation in com.ads.mm.db.dao
Methods in com.ads.mm.db.dao that return DBEnvironment.DBOperationModifier and TypeMethodDescriptionDBColumn.getDBOperation()Returns the dbOperation.DBTable.getDBOperation()Returns the dbOperation.static DBEnvironment.DBOperationReturns the enum constant of this class with the specified name.static DBEnvironment.DBOperation[]DBEnvironment.DBOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ads.mm.db.dao with parameters of type DBEnvironment.DBOperationModifier and TypeMethodDescriptionvoidDBEnvironment.markDBOpertionForAll(DBEnvironment.DBOperation operation) Marks the operation.voidDBColumn.setDBOperation(DBEnvironment.DBOperation dbOperation) Sets the dbOperation as specified.voidDBTable.setDBOperation(DBEnvironment.DBOperation dbOperation) Sets the dbOperation as specified.