| Package | Description |
|---|---|
| org.postgresql.jdbc | |
| org.postgresql.util |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
PgConnectionCleaningAction
This class segregates the minimal resources required for proper cleanup in case
the connection has not been closed by the user code.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
LazyCleaner.Node<T extends java.lang.Throwable> |
(package private) static class |
SharedTimer.TimerCleanup |
(package private) class |
TempFileHolder
The action deletes temporary file in case the user submits a large input stream,
and then abandons the statement.
|
| Modifier and Type | Field and Description |
|---|---|
private LazyCleaner.CleaningAction<T> |
LazyCleaner.Node.action |
| Modifier and Type | Method and Description |
|---|---|
<T extends java.lang.Throwable> |
LazyCleaner.register(java.lang.Object obj,
LazyCleaner.CleaningAction<T> action) |
| Constructor and Description |
|---|
Node(java.lang.Object referent,
LazyCleaner.CleaningAction<T> action) |