com.googlecode.jdbw
Class DatabaseServerTypes

java.lang.Object
  extended by 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

Field Summary
static Set<DatabaseServerType> ALL_KNOWN_SERVER_TYPES
           
static DatabaseServerType H2_FILE
           
static DatabaseServerType H2_IN_MEMORY
           
static DatabaseServerType H2_NETWORK
           
static DatabaseServerType MYSQL
           
static DatabaseServerType POSTGRESQL
           
static DatabaseServerType SYBASE_ASE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.