public interface SqlResult extends Result, InsertResult, RowResult
Modifier and Type | Method | 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, getColumns
count, fetchAll, fetchOne, hasData, iterator
forEachRemaining, hasNext, next, remove
forEach, spliterator
getAffectedItemsCount, getWarnings, getWarningsCount
default boolean nextResult()
false
for the first time.default Long getAutoIncrementValue()
InsertResult
getAutoIncrementValue
in interface InsertResult