| Package | Description |
|---|---|
| org.finra.herd.model.api.xml |
| Modifier and Type | Field and Description |
|---|---|
protected JdbcStatementType |
JdbcStatement.type |
| Modifier and Type | Method and Description |
|---|---|
static JdbcStatementType |
JdbcStatementType.fromValue(String v) |
JdbcStatementType |
JdbcStatement.getType()
Gets the value of the type property.
|
static JdbcStatementType |
JdbcStatementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JdbcStatementType[] |
JdbcStatementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcStatement.setType(JdbcStatementType value)
Sets the value of the type property.
|
| Constructor and Description |
|---|
JdbcStatement(JdbcStatementType type,
String sql,
Boolean continueOnError,
JdbcStatementStatus status,
String result,
JdbcStatementResultSet resultSet,
String errorMessage)
Fully-initialising value constructor
|
Copyright © 2021. All rights reserved.