chemaxon.jchem.db
Class DatabaseConstants

java.lang.Object
  extended by chemaxon.jchem.db.DatabaseConstants

public class DatabaseConstants
extends java.lang.Object

Database constants are defined here.

Since:
JChem 5.2
Author:
Roland Molnar

Field Summary
static int ACCESS
           
static int COMPOSITE
           
static int DB2
           
static java.lang.String[] DBMS_NAMES
          Readable names for database types.
static int DERBY
           
static int HSQLDB
           
static int INTERBASE
           
static int MSSQL
           
static int MSSQL2005
           
static int MYSQL
           
static int ORACLE
           
static int POSTGRESQL
           
 
Constructor Summary
DatabaseConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ORACLE

public static final int ORACLE
See Also:
Constant Field Values

MSSQL

public static final int MSSQL
See Also:
Constant Field Values

MSSQL2005

public static final int MSSQL2005
See Also:
Constant Field Values

MYSQL

public static final int MYSQL
See Also:
Constant Field Values

ACCESS

public static final int ACCESS
See Also:
Constant Field Values

INTERBASE

public static final int INTERBASE
See Also:
Constant Field Values

DB2

public static final int DB2
See Also:
Constant Field Values

POSTGRESQL

public static final int POSTGRESQL
See Also:
Constant Field Values

HSQLDB

public static final int HSQLDB
See Also:
Constant Field Values

DERBY

public static final int DERBY
See Also:
Constant Field Values

COMPOSITE

public static final int COMPOSITE
See Also:
Constant Field Values

DBMS_NAMES

public static final java.lang.String[] DBMS_NAMES
Readable names for database types. The indexes correspond to the values of the database constants.

See Also:
ORACLE, MSSQL, MSSQL2005, MYSQL, ACCESS, INTERBASE, DB2, POSTGRESQL, HSQLDB, DERBY, COMPOSITE
Constructor Detail

DatabaseConstants

public DatabaseConstants()