public class AddResultImpl extends UpdateResult implements AddResult
ok| Constructor and Description |
|---|
AddResultImpl(StatementExecuteOk ok)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getGeneratedIds()
Get a list of document ids generated in the server for the documents added by collection.add().
|
getAffectedItemsCount, getWarnings, getWarningsCountclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAffectedItemsCount, getWarnings, getWarningsCountpublic AddResultImpl(StatementExecuteOk ok)
ok - the response from the serverpublic java.util.List<java.lang.String> getGeneratedIds()
AddResultgetGeneratedIds in interface AddResult