パッケージ org.postgresql.core

クラス QueryExecutorCloseAction

java.lang.Object
org.postgresql.core.QueryExecutorCloseAction
すべての実装されたインタフェース:
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.
  • コンストラクタの詳細

    • QueryExecutorCloseAction

      public QueryExecutorCloseAction(PGStream pgStream)
  • メソッドの詳細