com.jivesoftware.base.database
Class ConnectionManager.DatabaseType
java.lang.Object
com.jivesoftware.base.database.ConnectionManager.DatabaseType
- Enclosing class:
- ConnectionManager
public static class ConnectionManager.DatabaseType
- extends java.lang.Object
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.
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ORACLE
public static final ConnectionManager.DatabaseType ORACLE
POSTGRES
public static final ConnectionManager.DatabaseType POSTGRES
MYSQL
public static final ConnectionManager.DatabaseType MYSQL
MYSQL3
public static final ConnectionManager.DatabaseType MYSQL3
SQL_SERVER
public static final ConnectionManager.DatabaseType SQL_SERVER
DERBY
public static final ConnectionManager.DatabaseType DERBY
INFORMIX
public static final ConnectionManager.DatabaseType INFORMIX
HSQL
public static final ConnectionManager.DatabaseType HSQL
MCKOI
public static final ConnectionManager.DatabaseType MCKOI
DB2
public static final ConnectionManager.DatabaseType DB2
OTHER
public static final ConnectionManager.DatabaseType OTHER
UNKNOWN
public static final ConnectionManager.DatabaseType UNKNOWN
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 1999-2006 Jive Software.