Uses of Interface
org.postgresql.util.LazyCleaner.CleaningAction
-
Packages that use LazyCleaner.CleaningAction Package Description org.postgresql.jdbc org.postgresql.util -
-
Uses of LazyCleaner.CleaningAction in org.postgresql.jdbc
Classes in org.postgresql.jdbc that implement LazyCleaner.CleaningAction Modifier and Type Class Description (package private) classPgConnectionCleaningActionThis class segregates the minimal resources required for proper cleanup in case the connection has not been closed by the user code. -
Uses of LazyCleaner.CleaningAction in org.postgresql.util
Classes in org.postgresql.util that implement LazyCleaner.CleaningAction Modifier and Type Class Description private classLazyCleaner.Node<T extends java.lang.Throwable>(package private) static classSharedTimer.TimerCleanup(package private) classTempFileHolderThe action deletes temporary file in case the user submits a large input stream, and then abandons the statement.Fields in org.postgresql.util declared as LazyCleaner.CleaningAction Modifier and Type Field Description private LazyCleaner.CleaningAction<T>LazyCleaner.Node. actionMethods in org.postgresql.util with parameters of type LazyCleaner.CleaningAction Modifier and Type Method Description <T extends java.lang.Throwable>
LazyCleaner.Cleanable<T>LazyCleaner. register(java.lang.Object obj, LazyCleaner.CleaningAction<T> action)Constructors in org.postgresql.util with parameters of type LazyCleaner.CleaningAction Constructor Description Node(java.lang.Object referent, LazyCleaner.CleaningAction<T> action)
-