Package | Description |
---|---|
org.postgresql.jdbc |
Modifier and Type | Field and Description |
---|---|
private StatementCancelState |
PgStatement.statementState
Protects statement from out-of-order cancels.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<PgStatement,StatementCancelState> |
PgStatement.STATE_UPDATER |
Modifier and Type | Method and Description |
---|---|
static StatementCancelState |
StatementCancelState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StatementCancelState[] |
StatementCancelState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|