public interface SqlResult extends Result, InsertResult, RowResult
Modifier and Type | Method and Description |
---|---|
default java.lang.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
getAffectedItemsCount, getWarnings, getWarningsCount
default boolean nextResult()
false
for the first time.default java.lang.Long getAutoIncrementValue()
InsertResult
getAutoIncrementValue
in interface InsertResult