public class InsertResultImpl extends UpdateResult implements InsertResult
ok| Constructor and Description |
|---|
InsertResultImpl(StatementExecuteOk ok)
Create a new result.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAutoIncrementValue()
Get the auto-increment value if one was generated from a row insert statement.
|
getAffectedItemsCount, getWarnings, getWarningsCountclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAffectedItemsCount, getWarnings, getWarningsCountpublic InsertResultImpl(StatementExecuteOk ok)
ok - the response from the serverpublic java.lang.Long getAutoIncrementValue()
InsertResultgetAutoIncrementValue in interface InsertResult