| Modifier and Type | Method and Description |
|---|---|
KeyValuePreparedStatement |
KeyValuePreparedStatement.bind(String name,
Object value)
Binds an argument to a positional parameter.
|
default KeyValuePreparedStatement |
BucketManager.prepare(String query)
Executes a query and returns the result, when the operations are put, remove and get
command it will return the result of the operation when the command is either remove or put
it will return an empty collection.
|
KeyValuePreparedStatement |
KeyValueQueryParser.prepare(String query,
BucketManager manager)
Executes a query and returns a
KeyValuePreparedStatement, when the operations are insert, update and select
command it will return the result of the operation when the command is del it will return an empty collection. |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.