| Package | Description |
|---|---|
| org.vibur.dbcp.stcache |
| Modifier and Type | Method and Description |
|---|---|
static StatementHolder.State |
StatementHolder.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementHolder.State[] |
StatementHolder.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AtomicReference<StatementHolder.State> |
StatementHolder.state() |
| Constructor and Description |
|---|
StatementHolder(Statement rawStatement,
AtomicReference<StatementHolder.State> state,
String sqlQuery) |
Copyright © 2013-2019 vibur.org. All Rights Reserved.