Interface | Description |
---|---|
IByteObject |
This interface allows a client to optimise the serialization of byte buffers.
|
JBaseObjectReader |
Deserializes objects sent from the jsqld server.
|
JBaseObjectWriter |
Serializes objects to jBASE JDBC format.
|
JBaseSerializable |
Interface which must be implemented by objects which take part in the
JDBC driver <-> jbase_agent communication.
|
JBaseSerializable.TYPE | |
JRemoteObjectFactory.TYPE |
Class | Description |
---|---|
AbstractJBaseObjectReader |
Deserializes JBaseSerializable objects sent from the jbase_agent server,
or any other source of serialized JCF objects.
|
AbstractJBaseObjectWriter | |
AbstractJRemoteConnection |
Abstract interface to a remote jBASE instance.
|
ByteObject | |
ByteTools | |
ErrorResponse | |
GZipCompressor | |
InterceptorConnection |
This class is responsible for handling the message sending to and from
an underlying JConnection.
|
IOJBaseObjectReader |
jBase object reader based on the DataInputStream.
|
IOJBaseObjectWriter |
jBase object writer based on the DataOutputStream.
|
JbaseMsg |
jBASE Socket message
|
JbaseSocketConnection |
This class handles the connection and communication to
a jBASE server over a socket interface using the JbaseMsg
protocol.
|
JConnectionImpl |
The connection to a remote jBASE instance implemented
using a IO messages over an abstract connection.
|
JCursorImpl |
A cursor to a jBASE file.
|
JFileImpl |
The JFile object is used to query, read, and write to jBASE files.
|
JRemoteObjectFactory |
Creates objects received from the jbase_agent server.
|
JRemoteSocketConnection |
This class handles the connection and communication to
the jListener server over a socket interface.
|
JResultSetImpl | |
JSelectListImpl |
A select list to a jBASE file.
|
JStatementImpl | |
NaiveTrustManager |
This Trust Manager is "naive" because it trusts everyone.
|
NIOJBaseObjectReader |
jBase object reader based on the new Java IO.
|
NIOJBaseObjectWriter |
jBase object writer using the new Java IO.
|
ObjectFactory | |
OKResponse | |
PrefixByteBuffer | |
Response |
Represents a response from jsqld.
|
SQLError |