| Modifier and Type | Method and Description |
|---|---|
ColumnPreparedStatement |
ColumnPreparedStatement.bind(String name,
Object value)
Binds an argument to a positional parameter.
|
default ColumnPreparedStatement |
ColumnFamilyManager.prepare(String query)
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.
|
ColumnPreparedStatement |
ColumnQueryParser.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. |
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.