Package | Description |
---|---|
com.jbase.jdbc | |
com.jbase.jdbc.protocol |
Class and Description |
---|
ParameterList
ParameterList represents list of parameters to be bound to
a PreparedStatement or CallableStatement.
|
SQLStartRequest
Base class of all JDBC driver's requests.
|
StatementID
An abstraction of the statement ID.
|
Class and Description |
---|
BindRequest
Request to bind parameters to previously precompiled
(or prepared) SQL statement.
|
CompileRequest
Request to compile a SQL statement.
|
ParameterList
ParameterList represents list of parameters to be bound to
a PreparedStatement or CallableStatement.
|
PColumnMetaData |
PResultSet |
PResultSetMetaData |
SQLRequest
Base class of all SQL driver's requests.
|
SQLResponse
Represents a response from jsqld.
|
SQLStartRequest
Base class of all JDBC driver's requests.
|
StatementID
An abstraction of the statement ID.
|
TransactionRequest |