Package | Description |
---|---|
org.josef.jdbc |
jdbc related classes.
|
org.josef.util |
Utility Classes.
|
Modifier and Type | Method and Description |
---|---|
static DatabaseType |
DatabaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseType[] |
DatabaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
DatabaseType.isDB2(DatabaseType databaseType)
Determines whether the supplied database is a DB/2 database.
|
static boolean |
DatabaseType.isDerby(DatabaseType databaseType)
Determines whether the supplied database is a Derby database.
|
static boolean |
DatabaseType.isOracle(DatabaseType databaseType)
Determines whether the supplied database is an Oracle database.
|
Modifier and Type | Method and Description |
---|---|
static DatabaseType |
GlobalSettings.getDatabaseType()
Gets the currently used database type.
|
Copyright © 2008–2018. All rights reserved.