public interface SqlResult extends Result, InsertResult, RowResult
| Modifier and Type | Method and Description |
|---|---|
default Long |
getAutoIncrementValue()
Get the auto-increment value if one was generated from a row insert statement.
|
default boolean |
nextResult()
Move to the next result.
|
getColumnCount, getColumnNames, getColumnscount, fetchAll, fetchOne, hasData, iteratorforEachRemaining, hasNext, next, removeforEach, spliteratorgetAffectedItemsCount, getWarnings, getWarningsCountdefault boolean nextResult()
false for the first time.default Long getAutoIncrementValue()
InsertResultgetAutoIncrementValue in interface InsertResult