Uses of Class
org.jivesoftware.database.DbConnectionManager.DatabaseType
-
Packages that use DbConnectionManager.DatabaseType Package Description org.jivesoftware.database Database connection code. -
-
Uses of DbConnectionManager.DatabaseType in org.jivesoftware.database
Methods in org.jivesoftware.database that return DbConnectionManager.DatabaseType Modifier and Type Method Description static DbConnectionManager.DatabaseType
DbConnectionManager. getDatabaseType()
Returns the database type.static DbConnectionManager.DatabaseType
DbConnectionManager.DatabaseType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbConnectionManager.DatabaseType[]
DbConnectionManager.DatabaseType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-