| Package | Description |
|---|---|
| io.stargate.graphql.schema.cqlfirst.dml.fetchers | |
| io.stargate.graphql.schema.cqlfirst.dml.fetchers.aggregations |
| Modifier and Type | Field and Description |
|---|---|
protected NameMapping |
DmlFetcher.nameMapping |
| Modifier and Type | Method and Description |
|---|---|
BuiltCondition |
FilterOperator.buildCondition(Column column,
Object value,
NameMapping nameMapping) |
protected BuiltCondition.LHS |
FilterOperator.conditionLHS(Column column,
Object graphCQLValue,
NameMapping nameMapping) |
protected Object |
FilterOperator.conditionValue(Column.ColumnType type,
Object graphCQLValue,
NameMapping nameMapping) |
| Constructor and Description |
|---|
BulkInsertMutationFetcher(Table table,
NameMapping nameMapping) |
BulkMutationFetcher(Table table,
NameMapping nameMapping) |
DbColumnGetter(NameMapping nameMapping) |
DeleteMutationFetcher(Table table,
NameMapping nameMapping) |
DmlFetcher(Table table,
NameMapping nameMapping) |
InsertMutationFetcher(Table table,
NameMapping nameMapping) |
MutationFetcher(Table table,
NameMapping nameMapping) |
QueryFetcher(Table table,
NameMapping nameMapping) |
UpdateMutationFetcher(Table table,
NameMapping nameMapping) |
| Constructor and Description |
|---|
AggregationsFetcherSupport(NameMapping nameMapping,
Table table) |
Copyright © 2023. All rights reserved.