Package | Description |
---|---|
flux |
File Orchestration Solutions for Banking and Finance
|
Modifier and Type | Field and Description |
---|---|
static DatabaseType |
Configuration.DEFAULT_DATABASE_TYPE
Default value is DatabaseType.DERBY.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
© 2000-2025 Flux Corporation. All rights reserved.