Package | Description |
---|---|
org.mariadb.jdbc | |
org.mariadb.jdbc.internal.com.read.dao | |
org.mariadb.jdbc.internal.com.read.resultset |
Modifier and Type | Field and Description |
---|---|
private SelectResultSet |
MariaDbProcedureStatement.outputResultSet |
private SelectResultSet |
MariaDbFunctionStatement.outputResultSet |
Modifier and Type | Method and Description |
---|---|
protected abstract SelectResultSet |
CallableProcedureStatement.getOutputResult() |
protected SelectResultSet |
MariaDbProcedureStatement.getOutputResult() |
protected SelectResultSet |
MariaDbFunctionStatement.getResult() |
protected abstract SelectResultSet |
CallableFunctionStatement.getResult() |
Modifier and Type | Field and Description |
---|---|
private SelectResultSet |
Results.callableResultSet |
private SelectResultSet |
Results.resultSet |
Modifier and Type | Field and Description |
---|---|
private java.util.Deque<SelectResultSet> |
Results.executionResults |
Modifier and Type | Method and Description |
---|---|
SelectResultSet |
Results.getCallableResultSet() |
SelectResultSet |
Results.getResultSet() |
Modifier and Type | Method and Description |
---|---|
void |
Results.addResultSet(SelectResultSet resultSet,
boolean moreResultAvailable)
Add resultSet to results.
|
Modifier and Type | Class and Description |
---|---|
class |
UpdatableResultSet |
Modifier and Type | Method and Description |
---|---|
static SelectResultSet |
SelectResultSet.createEmptyResultSet() |