Class QueryExecutorCloseAction

java.lang.Object
org.postgresql.core.QueryExecutorCloseAction
All Implemented Interfaces:
Closeable, AutoCloseable

public class QueryExecutorCloseAction extends Object implements Closeable
The action performs connection cleanup, so it is properly terminated from the backend point of view. Implementation note: it should keep only the minimum number of object references to reduce heap usage in case the user abandons connection without closing it first.