Uses of Enum Class
com.ads.mm.db.util.DBHelper.ModelType
Packages that use DBHelper.ModelType
Package
Description
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.
GreenPlum, Oracle, Netezza, SqlServer, SalesForce etc...and utility information like Table, View, synonym, ActualTableName, Precision, BufferLength specific to every Database Type.
Contains a class called RequestStatus which is a Boolean class which wraps a value of the primitive type boolean in an object.
-
Uses of DBHelper.ModelType in com.ads.mm.db.util
Methods in com.ads.mm.db.util that return DBHelper.ModelTypeModifier and TypeMethodDescriptionDBHelper.getModelType()static DBHelper.ModelTypeReturns the enum constant of this class with the specified name.static DBHelper.ModelType[]DBHelper.ModelType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ads.mm.db.util with parameters of type DBHelper.ModelType -
Uses of DBHelper.ModelType in com.icc.util
Methods in com.icc.util that return DBHelper.ModelTypeMethods in com.icc.util with parameters of type DBHelper.ModelTypeModifier and TypeMethodDescriptionvoidDBProperties.setERwinModelType(DBHelper.ModelType erwinModelType)