Uses of Class
com.appslandia.common.jdbc.ConnScoped.ConnType
-
Packages that use ConnScoped.ConnType Package Description com.appslandia.common.jdbc -
-
Uses of ConnScoped.ConnType in com.appslandia.common.jdbc
Methods in com.appslandia.common.jdbc that return ConnScoped.ConnType Modifier and Type Method Description ConnScoped.ConnTypevalue()static ConnScoped.ConnTypeConnScoped.ConnType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnScoped.ConnType[]ConnScoped.ConnType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-