| Modifier and Type | Method and Description |
|---|---|
<T extends ColumnFamilyManager> |
ColumnFamilyManagerFactory.get(String database)
Creates a
ColumnFamilyManager from database's name |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnDeleteQuery.ColumnDeleteQueryBuild.delete(ColumnFamilyManager manager)
executes the
delete(ColumnDeleteQuery) |
Stream<ColumnEntity> |
ColumnQuery.ColumnQueryBuild.getResult(ColumnFamilyManager manager)
Executes
select(ColumnQuery) |
Optional<ColumnEntity> |
ColumnQuery.ColumnQueryBuild.getSingleResult(ColumnFamilyManager manager)
Executes
singleResult(ColumnQuery) |
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. |
Stream<ColumnEntity> |
ColumnQueryParser.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.
|
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.