Uses of Class
org.postgresql.jdbc.PgConnectionCleaningAction
-
Packages that use PgConnectionCleaningAction Package Description org.postgresql.jdbc -
-
Uses of PgConnectionCleaningAction in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as PgConnectionCleaningAction Modifier and Type Field Description private PgConnectionCleaningAction
PgConnection. finalizeAction
This field keeps finalize action alive, so its .finalize() method is called only when the connection itself becomes unreachable.
-