| Package | Description |
|---|---|
| org.finra.herd.model.api.xml |
| Modifier and Type | Field and Description |
|---|---|
protected JdbcDatabaseType |
JdbcConnection.databaseType |
| Modifier and Type | Method and Description |
|---|---|
static JdbcDatabaseType |
JdbcDatabaseType.fromValue(String v) |
JdbcDatabaseType |
JdbcConnection.getDatabaseType()
Gets the value of the databaseType property.
|
static JdbcDatabaseType |
JdbcDatabaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JdbcDatabaseType[] |
JdbcDatabaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcConnection.setDatabaseType(JdbcDatabaseType value)
Sets the value of the databaseType property.
|
| Constructor and Description |
|---|
JdbcConnection(String url,
String username,
String password,
JdbcDatabaseType databaseType)
Fully-initialising value constructor
|
Copyright © 2021. All rights reserved.