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, getWarningsCount
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAffectedItemsCount, getWarnings, getWarningsCount
public InsertResultImpl(StatementExecuteOk ok)
ok
- the response from the serverpublic java.lang.Long getAutoIncrementValue()
InsertResult
getAutoIncrementValue
in interface InsertResult