Package | Description |
---|---|
com.jbase.jdbc.io | |
com.jbase.jdbc.protocol |
Modifier and Type | Class and Description |
---|---|
class |
ErrorResponse |
class |
OKResponse |
class |
Response
Represents a response from jsqld.
|
class |
SQLError |
Modifier and Type | Method and Description |
---|---|
protected JBaseSerializable |
ObjectFactory.createGenericObjects(int objectType)
Creates any generic (i.e common to all framework clients) objects.
|
protected abstract JBaseSerializable |
ObjectFactory.createObject(int objectType)
Create JBaseSerializable object from the supplied object type.
|
protected JBaseSerializable |
JBaseJDBCObjectFactory.createObject(int objectType) |
protected JBaseSerializable |
AbstractJBaseObjectReader.readJBaseSerializableObject(char code,
JBaseSerializable o) |
JBaseSerializable |
JBaseObjectReader.readObject(JBaseSerializable o)
Reads/deserializes next object, a JBaseSerializable object should be created and returned
if a null argument is passed in.
|
JBaseSerializable |
AbstractJBaseObjectReader.readObject(JBaseSerializable o)
Reads/deserializes next object, the ObjectFactory will be used to create a
JBaseSerializable object if a null argument is passed in.
|
JBaseSerializable |
JBaseObjectReader.readRootObject()
Deserializes a root object.
|
JBaseSerializable |
AbstractJBaseObjectReader.readRootObject() |
Modifier and Type | Method and Description |
---|---|
protected JBaseSerializable |
AbstractJBaseObjectReader.readJBaseSerializableObject(char code,
JBaseSerializable o) |
JBaseSerializable |
JBaseObjectReader.readObject(JBaseSerializable o)
Reads/deserializes next object, a JBaseSerializable object should be created and returned
if a null argument is passed in.
|
JBaseSerializable |
AbstractJBaseObjectReader.readObject(JBaseSerializable o)
Reads/deserializes next object, the ObjectFactory will be used to create a
JBaseSerializable object if a null argument is passed in.
|
protected void |
AbstractJBaseObjectWriter.writeJBaseSerializableObject(JBaseSerializable o) |
void |
JBaseObjectWriter.writeObject(JBaseSerializable o) |
void |
AbstractJBaseObjectWriter.writeObject(JBaseSerializable o) |
void |
JBaseObjectWriter.writeRootObject(JBaseSerializable o) |
void |
AbstractJBaseObjectWriter.writeRootObject(JBaseSerializable o) |
Modifier and Type | Class and Description |
---|---|
class |
AccountAuthenticationRequest
Request for authentication.
|
static class |
AccountAuthenticationRequest.AccountUserCredentials |
class |
AuthenticationRequest
Request for authentication.
|
class |
AuthenticationRequest.UserCredentials |
class |
BindRequest
Request to bind parameters to previously precompiled
(or prepared) SQL statement.
|
class |
CallSubroutineRequest
Request to call subroutine with supplied parameters.
|
class |
CompileAndExecuteRequest
Request to compile and execute a SQL statement.
|
class |
CompileRequest
Request to compile a SQL statement.
|
class |
DatabaseMetaDataRequest
Request class to retrieve metadata about the database.
|
class |
ExecuteRequest
Request to execute previously compiled SQL statement.
|
class |
FetchRequest
Request to fetch result of a query (rows of data) from the server.
|
class |
InputOutputResponse
Objects of this class can be sent from jsqld to the client
if a terminal output has been produced by a subroutine (CRT, PRINT)
or jBASE runtime.
|
class |
LoadSubroutineRequest |
class |
LoggingRequest |
class |
MetaDataRequest
Request to retrieve meta data of result set of last executed query.
|
class |
ParameterList
ParameterList represents list of parameters to be bound to
a PreparedStatement or CallableStatement.
|
class |
PColumnMetaData |
class |
PrecompileRequest
Request to precompile (or prepare) a parametrized SQL statement.
|
class |
PResultSet |
class |
PResultSetMetaData |
class |
ReleaseRequest |
class |
RemoteInputRequest |
class |
Row |
class |
SetPropertiesRequest |
class |
SetPropertiesResponse |
class |
SQLErrorResponse |
class |
SQLOKResponse |
class |
SQLParamsResponse |
class |
SQLRequest
Base class of all SQL driver's requests.
|
class |
SQLResponse
Represents a response from jsqld.
|
class |
SQLResultResponse |
class |
SQLRSMDResponse |
class |
SQLStartRequest
Base class of all JDBC driver's requests.
|
class |
SQLUpdateResponse |
class |
TransactionCommitRequest |
class |
TransactionRequest |
class |
TransactionRollbackRequest |
class |
TransactionStartRequest |