Class | Description |
---|---|
AccountAuthenticationRequest |
Request for authentication.
|
AccountAuthenticationRequest.AccountUserCredentials | |
AuthenticationRequest |
Request for authentication.
|
BindRequest |
Request to bind parameters to previously precompiled
(or prepared) SQL statement.
|
CallSubroutineRequest |
Request to call subroutine with supplied parameters.
|
CompileAndExecuteRequest |
Request to compile and execute a SQL statement.
|
CompileRequest |
Request to compile a SQL statement.
|
DatabaseMetaDataRequest |
Request class to retrieve metadata about the database.
|
ExecuteRequest |
Request to execute previously compiled SQL statement.
|
FetchRequest |
Request to fetch result of a query (rows of data) from the server.
|
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.
|
LoadSubroutineRequest | |
LoggingRequest | |
MetaDataRequest |
Request to retrieve meta data of result set of last executed query.
|
ParameterList |
ParameterList represents list of parameters to be bound to
a PreparedStatement or CallableStatement.
|
PColumnMetaData | |
PrecompileRequest |
Request to precompile (or prepare) a parametrized SQL statement.
|
PResultSet | |
PResultSetMetaData | |
ReleaseRequest | |
RemoteInputRequest | |
Row | |
SetPropertiesRequest | |
SetPropertiesResponse | |
SQLErrorResponse | |
SQLOKResponse | |
SQLParamsResponse | |
SQLRequest |
Base class of all SQL driver's requests.
|
SQLResponse |
Represents a response from jsqld.
|
SQLResultResponse | |
SQLRSMDResponse | |
SQLStartRequest |
Base class of all JDBC driver's requests.
|
SQLUpdateResponse | |
StatementID |
An abstraction of the statement ID.
|
TransactionCommitRequest | |
TransactionRequest | |
TransactionRollbackRequest | |
TransactionStartRequest |