Uses of Class
org.postgresql.core.QueryExecutorCloseAction
-
Packages that use QueryExecutorCloseAction Package Description org.postgresql.core -
-
Uses of QueryExecutorCloseAction in org.postgresql.core
Fields in org.postgresql.core declared as QueryExecutorCloseAction Modifier and Type Field Description protected QueryExecutorCloseAction
QueryExecutorBase. closeAction
Fields in org.postgresql.core with type parameters of type QueryExecutorCloseAction Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<QueryExecutorCloseAction,PGStream>
QueryExecutorCloseAction. PG_STREAM_UPDATER
Methods in org.postgresql.core that return QueryExecutorCloseAction Modifier and Type Method Description protected QueryExecutorCloseAction
QueryExecutorBase. createCloseAction()
-