Uses of Enum Class
com.icc.util.DBProperties.DatabaseType
Packages that use DBProperties.DatabaseType
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 DBProperties.DatabaseType in com.ads.mm.db.util
Methods in com.ads.mm.db.util that return DBProperties.DatabaseTypeMethods in com.ads.mm.db.util with parameters of type DBProperties.DatabaseTypeModifier and TypeMethodDescriptionvoidDBHelper.setDatabaseType(DBProperties.DatabaseType databaseType) Sets the databaseType as specified. -
Uses of DBProperties.DatabaseType in com.icc.util
Methods in com.icc.util that return DBProperties.DatabaseTypeModifier and TypeMethodDescriptionstatic DBProperties.DatabaseTypeDBProperties.DatabaseType.getDatabaseType(String value) Returns the DatabaseType for the specified value.DBProperties.getDatabaseType()Returns the databaseType.static DBProperties.DatabaseTypeReturns the enum constant of this class with the specified name.static DBProperties.DatabaseType[]DBProperties.DatabaseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.icc.util with parameters of type DBProperties.DatabaseTypeModifier and TypeMethodDescriptionvoidDBProperties.setDatabaseType(DBProperties.DatabaseType dbType) Sets the databaseType as specified.