Uses of Class
org.postgresql.jdbc.StatementCancelState
-
Packages that use StatementCancelState Package Description org.postgresql.jdbc -
-
Uses of StatementCancelState in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as StatementCancelState Modifier and Type Field Description private StatementCancelState
PgStatement. statementState
Protects statement from out-of-order cancels.Fields in org.postgresql.jdbc with type parameters of type StatementCancelState Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<PgStatement,StatementCancelState>
PgStatement. STATE_UPDATER
Methods in org.postgresql.jdbc that return StatementCancelState Modifier and Type Method 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.
-