Uses of Enum Class
org.postgresql.jdbc.StatementCancelState
Packages that use StatementCancelState
-
Uses of StatementCancelState in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as StatementCancelStateModifier and TypeFieldDescriptionprivate StatementCancelState
PgStatement.statementState
Protects statement from out-of-order cancels.Fields in org.postgresql.jdbc with type parameters of type StatementCancelStateModifier and TypeFieldDescriptionprivate static final AtomicReferenceFieldUpdater<PgStatement,
StatementCancelState> PgStatement.STATE_UPDATER
Methods in org.postgresql.jdbc that return StatementCancelStateModifier and TypeMethodDescriptionstatic StatementCancelState
Returns the enum constant of this class with the specified name.static StatementCancelState[]
StatementCancelState.values()
Returns an array containing the constants of this enum class, in the order they are declared.