| java.lang.Object org.hsqldb.HSQLClientConnection
All known Subclasses: org.hsqldb.HTTPClientConnection,
HSQLClientConnection | public class HSQLClientConnection implements SessionInterface(Code) | | Base remote session proxy implementation. Uses instances of Result to
transmit and recieve data. This implementation utilises the updated HSQL
protocol.
author: fredt@users version: 1.8.0 since: 1.7.2 |
BUFFER_SIZE | final static int BUFFER_SIZE(Code) | | |
databaseID | int databaseID(Code) | | |
mainBuffer | final byte[] mainBuffer(Code) | | |
close | public void close()(Code) | | |
closeConnection | protected void closeConnection()(Code) | | |
isClosed | public boolean isClosed()(Code) | | |
resetSession | public void resetSession() throws HsqlException(Code) | | Used by pooled connections to reset the server-side session to a new
one. In case of failure, the connection is closed.
When the Connection.close() method is called, a pooled connection calls
this method instead of HSQLClientConnection.close(). It can then
reuse the HSQLClientConnection object with no further initialisation.
|
|
|