Uses of Class
edu.wisc.library.ocfl.core.db.DbType
-
Packages that use DbType Package Description edu.wisc.library.ocfl.core.db -
-
Uses of DbType in edu.wisc.library.ocfl.core.db
Methods in edu.wisc.library.ocfl.core.db that return DbType Modifier and Type Method Description static DbTypeDbType. fromDataSource(DataSource dataSource)static DbTypeDbType. valueOf(String name)Returns the enum constant of this type with the specified name.static DbType[]DbType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.wisc.library.ocfl.core.db with parameters of type DbType Constructor Description TableCreator(DbType dbType, DataSource dataSource)
-