Uses of Interface
org.postgresql.util.LazyCleaner.CleaningAction
Packages that use LazyCleaner.CleaningAction
-
Uses of LazyCleaner.CleaningAction in org.postgresql.jdbc
Classes in org.postgresql.jdbc that implement LazyCleaner.CleaningActionModifier and TypeClassDescription(package private) class
This 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.CleaningActionModifier and TypeClassDescriptionprivate class
LazyCleaner.Node<T extends Throwable>
(package private) static class
(package private) class
The 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.CleaningActionModifier and TypeFieldDescriptionprivate final LazyCleaner.CleaningAction<T>
LazyCleaner.Node.action
Methods in org.postgresql.util with parameters of type LazyCleaner.CleaningActionModifier and TypeMethodDescription<T extends Throwable>
LazyCleaner.Cleanable<T>LazyCleaner.register
(Object obj, LazyCleaner.CleaningAction<T> action) Constructors in org.postgresql.util with parameters of type LazyCleaner.CleaningActionModifierConstructorDescription(package private)
Node
(Object referent, LazyCleaner.CleaningAction<T> action)