Package | Description |
---|---|
com.jbase.jdbc | |
com.jbase.jdbc.protocol |
Modifier and Type | Method and Description |
---|---|
StatementID |
JBaseJDBCSocketStatement.getId()
This is a jBASE JDBC driver's private method, not part of the JDBC API.
|
Modifier and Type | Method and Description |
---|---|
void |
JBaseJDBCSocketStatement.setId(StatementID _statementId) |
Modifier and Type | Field and Description |
---|---|
protected StatementID |
SQLResponse.statementId |
protected StatementID |
SQLRequest.statementId |
Modifier and Type | Method and Description |
---|---|
StatementID |
SQLResponse.getStatementId() |
Constructor and Description |
---|
BindRequest(StatementID statementId,
ParameterList parameterList) |
CallSubroutineRequest(StatementID statementId,
ParameterList parameterList) |
ExecuteRequest(StatementID statementId) |
FetchRequest(StatementID sId) |
FetchRequest(StatementID sId,
int fetchSize) |
MetaDataRequest(StatementID statementId) |
ReleaseRequest(StatementID statementId) |