Uses of Class
com.github.collinalpert.java2db.database.DatabaseTypes
-
Packages that use DatabaseTypes Package Description com.github.collinalpert.java2db.database -
-
Uses of DatabaseTypes in com.github.collinalpert.java2db.database
Fields in com.github.collinalpert.java2db.database declared as DatabaseTypes Modifier and Type Field Description static DatabaseTypesDBConnection. DATABASE_TYPESpecifies the type of the database.Methods in com.github.collinalpert.java2db.database that return DatabaseTypes Modifier and Type Method Description static DatabaseTypesDatabaseTypes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DatabaseTypes[]DatabaseTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-