public interface ColumnQueryParser
ColumnFamilyManager.| Modifier and Type | Method and Description |
|---|---|
ColumnPreparedStatement |
prepare(String query,
ColumnFamilyManager manager,
ColumnObserverParser observer)
Executes a query and returns a
ColumnPreparedStatement, 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<ColumnEntity> |
query(String query,
ColumnFamilyManager manager,
ColumnObserverParser 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.
|
Stream<ColumnEntity> query(String query, ColumnFamilyManager manager, ColumnObserverParser observer)
query - the query as Stringmanager - the managerobserver - the observerNullPointerException - when there is parameter nullIllegalArgumentException - when the query has value parametersQueryException - when there is error in the syntaxColumnPreparedStatement prepare(String query, ColumnFamilyManager manager, ColumnObserverParser observer)
ColumnPreparedStatement, 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.query - the query as Stringmanager - the managerobserver - the observerColumnPreparedStatement instanceNullPointerException - when there is parameter nullIllegalArgumentException - when the query has value parametersQueryException - when there is error in the syntaxCopyright © 2017–2021 Eclipse Foundation. All rights reserved.