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, getColumnscount, fetchAll, fetchOne, hasData, iteratorgetAffectedItemsCount, getWarnings, getWarningsCountdefault boolean nextResult()
false for the first time.default java.lang.Long getAutoIncrementValue()
InsertResultgetAutoIncrementValue in interface InsertResult