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 StatementCancelStatePgStatement.statementStateProtects 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_UPDATERMethods in org.postgresql.jdbc that return StatementCancelStateModifier and TypeMethodDescriptionstatic StatementCancelStateReturns 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.