Enum Class DbConnectionManager.DatabaseType

java.lang.Object
java.lang.Enum<DbConnectionManager.DatabaseType>
org.jivesoftware.database.DbConnectionManager.DatabaseType
All Implemented Interfaces:
Serializable, Comparable<DbConnectionManager.DatabaseType>, Constable
Enclosing class:
DbConnectionManager

public static enum DbConnectionManager.DatabaseType extends Enum<DbConnectionManager.DatabaseType>
A class that identifies the type of the database that Jive is connected to. In most cases, we don't want to make any database specific calls and have no need to know the type of database we're using. However, there are certain cases where it's critical to know the database for performance reasons.