com.googlecode.jdbw
Class DatabaseServerTypes
java.lang.Object
com.googlecode.jdbw.DatabaseServerTypes
public class DatabaseServerTypes
- extends Object
This is a repository of known database server types. You can add your own
types at runtime if you need to.
- Author:
- Martin Berglund
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALL_KNOWN_SERVER_TYPES
public static final Set<DatabaseServerType> ALL_KNOWN_SERVER_TYPES
MYSQL
public static final DatabaseServerType MYSQL
SYBASE_ASE
public static final DatabaseServerType SYBASE_ASE
POSTGRESQL
public static final DatabaseServerType POSTGRESQL
H2_IN_MEMORY
public static final DatabaseServerType H2_IN_MEMORY
H2_FILE
public static final DatabaseServerType H2_FILE
H2_NETWORK
public static final DatabaseServerType H2_NETWORK
Copyright © 2012. All Rights Reserved.