public class QueryExecutorCloseAction
extends java.lang.Object
implements java.io.Closeable
| Constructor and Description |
|---|
QueryExecutorCloseAction(PGStream pgStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
close() |
boolean |
isClosed() |
void |
sendCloseMessage(PGStream pgStream) |
public QueryExecutorCloseAction(PGStream pgStream)
public boolean isClosed()
public void abort()
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOExceptionpublic void sendCloseMessage(PGStream pgStream) throws java.io.IOException
java.io.IOExceptionCopyright © 2025 PostgreSQL Global Development Group. All rights reserved.