| Modifier and Type | Field and Description |
|---|---|
static DocumentObserverParser |
DocumentObserverParser.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
DocumentPreparedStatement |
DocumentQueryParser.prepare(String query,
DocumentCollectionManager collectionManager,
DocumentObserverParser observer)
Executes a query and returns a
DocumentPreparedStatement, when the operations are insert, update and select
command it will return the result of the operation when the command is delete it will return an empty collection. |
Stream<DocumentEntity> |
DocumentQueryParser.query(String query,
DocumentCollectionManager collectionManager,
DocumentObserverParser observer)
Executes a query and returns the result, when the operations are insert, update and select
command it will return the result of the operation when the command is delete it will return an empty collection.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.