Uses of Enum Class
com.icc.util.DBProperties.ConnectionPoolType
Packages that use DBProperties.ConnectionPoolType
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.ConnectionPoolType in com.ads.mm.db.util
Methods in com.ads.mm.db.util that return DBProperties.ConnectionPoolTypeMethods in com.ads.mm.db.util with parameters of type DBProperties.ConnectionPoolTypeModifier and TypeMethodDescriptionvoidDBHelper.setConnectionPoolType(DBProperties.ConnectionPoolType connectionPoolType) -
Uses of DBProperties.ConnectionPoolType in com.icc.util
Methods in com.icc.util that return DBProperties.ConnectionPoolTypeModifier and TypeMethodDescriptionDBProperties.ConnectionPoolType.getConnectionPoolType(String value) DBProperties.getConnectionPoolType()Returns the enum constant of this class with the specified name.static DBProperties.ConnectionPoolType[]DBProperties.ConnectionPoolType.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.ConnectionPoolTypeModifier and TypeMethodDescriptionvoidDBProperties.setConnectionPoolType(DBProperties.ConnectionPoolType connectionPoolType)