|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatabaseType | |
|---|---|
| flux | File Orchestration Solutions for Banking and Finance |
| Uses of DatabaseType in flux |
|---|
| Fields in flux declared as DatabaseType | |
|---|---|
static DatabaseType |
Configuration.DEFAULT_DATABASE_TYPE
Default value is DatabaseType.DERBY. |
| Methods in flux that return DatabaseType | |
|---|---|
DatabaseType |
Configuration.getDatabaseType()
Returns the DATABASE_TYPE configuration property. |
static DatabaseType |
DatabaseType.valueOf(java.lang.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. |
| Methods in flux with parameters of type DatabaseType | |
|---|---|
abstract Engine |
Factory.makeJ2seEngine(DatabaseType databaseType,
java.lang.String driver,
java.lang.String url,
java.lang.String username,
java.lang.String password,
int maxConnections,
java.lang.String tablePrefix)
Creates an engine using database connection information from a JDBC driver. |
abstract Engine |
Factory.makeJ2seRemoteEngine(DatabaseType databaseType,
java.lang.String driver,
java.lang.String url,
java.lang.String username,
java.lang.String password,
int maxConnections,
java.lang.String tablePrefix,
java.lang.String host,
int port)
Creates an remote engine using database connection information from a JDBC driver. |
void |
Configuration.setDatabaseType(DatabaseType databaseType)
Sets the DATABASE_TYPE configuration property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||