public class QueryExecutorCloseAction extends Object implements 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 IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic void sendCloseMessage(PGStream pgStream) throws IOException
IOExceptionCopyright © 1997-2023 PostgreSQL Global Development Group. All Rights Reserved.