パッケージ org.postgresql.core
クラス QueryExecutorCloseAction
java.lang.Object
org.postgresql.core.QueryExecutorCloseAction
- すべての実装されたインタフェース:
Closeable
,AutoCloseable
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.
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明void
abort()
void
close()
boolean
isClosed()
void
sendCloseMessage
(PGStream pgStream)
-
コンストラクタの詳細
-
QueryExecutorCloseAction
-
-
メソッドの詳細
-
isClosed
public boolean isClosed() -
abort
public void abort() -
close
- 定義:
close
インタフェース内AutoCloseable
- 定義:
close
インタフェース内Closeable
- 例外:
IOException
-
sendCloseMessage
- 例外:
IOException
-