public interface ExecutionResult
Modifier and Type | Method and Description |
---|---|
void |
addResultSet(MariaSelectResultSet result,
boolean moreResultAvailable) |
void |
addStats(long affectedRows,
long insertId,
boolean moreResultAvailable) |
void |
close()
Close resultset if needed.
|
Deque<ExecutionResult> |
getCachedExecutionResults() |
int |
getFetchSize() |
int |
getFirstAffectedRows() |
long[] |
getInsertIds() |
MariaSelectResultSet |
getResultSet() |
Statement |
getStatement() |
boolean |
hasMoreResultAvailable() |
boolean |
hasMoreThanOneAffectedRows() |
boolean |
isCanHaveCallableResultset() |
boolean |
isSelectPossible() |
boolean |
isSingleExecutionResult() |
void |
setFetchSize(int fetchSize) |
MariaSelectResultSet getResultSet()
Statement getStatement()
boolean hasMoreResultAvailable()
int getFetchSize()
void setFetchSize(int fetchSize)
void close() throws SQLException
SQLException
- if exception occur during resultset close.void addResultSet(MariaSelectResultSet result, boolean moreResultAvailable)
void addStats(long affectedRows, long insertId, boolean moreResultAvailable)
long[] getInsertIds()
boolean hasMoreThanOneAffectedRows()
int getFirstAffectedRows()
boolean isSelectPossible()
boolean isCanHaveCallableResultset()
Deque<ExecutionResult> getCachedExecutionResults()
boolean isSingleExecutionResult()
Copyright © 2016. All rights reserved.