Package | Description |
---|---|
com.sequoiadb.base |
SequoiaDB Basic API
|
com.sequoiadb.base.options |
Modifier and Type | Method and Description |
---|---|
UpdateResult |
DBCollection.updateRecords(BSONObject matcher,
BSONObject modifier,
UpdateOption option)
Update the matching records of current collection.
|
Modifier and Type | Class and Description |
---|---|
class |
UpsertOption
The optional parameter of the upsert operation.
|
Modifier and Type | Method and Description |
---|---|
UpdateOption |
UpdateOption.setFlag(int flag)
Sets the flag option.
|
UpdateOption |
UpdateOption.setHint(BSONObject hint)
Sets the hint option, default is null.
|
Copyright © 2023. All rights reserved.