chemaxon.jchem.db
Class DatabaseConstants
java.lang.Object
chemaxon.jchem.db.DatabaseConstants
public class DatabaseConstants
- extends java.lang.Object
Database constants are defined here.
- Since:
- JChem 5.2
- Author:
- Roland Molnar
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DatabaseConstants
public DatabaseConstants()