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.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException
public void sendCloseMessage(PGStream pgStream) throws java.io.IOException
java.io.IOException
Copyright © 2024 PostgreSQL Global Development Group. All rights reserved.