| Package | Description |
|---|---|
| io.stargate.sgv2.graphql.schema.cqlfirst.dml.fetchers | |
| io.stargate.sgv2.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(io.stargate.bridge.proto.QueryOuterClass.ColumnSpec column,
Object value,
NameMapping nameMapping) |
protected BuiltCondition.LHS |
FilterOperator.conditionLHS(io.stargate.bridge.proto.QueryOuterClass.ColumnSpec column,
Object graphCQLValue,
NameMapping nameMapping) |
protected io.stargate.bridge.proto.QueryOuterClass.Value |
FilterOperator.conditionValue(io.stargate.bridge.proto.QueryOuterClass.TypeSpec type,
Object graphCQLValue,
NameMapping nameMapping) |
| Constructor and Description |
|---|
BulkInsertMutationFetcher(String keyspaceName,
io.stargate.bridge.proto.Schema.CqlTable table,
NameMapping nameMapping) |
BulkMutationFetcher(String keyspaceName,
io.stargate.bridge.proto.Schema.CqlTable table,
NameMapping nameMapping) |
DbColumnGetter(NameMapping nameMapping) |
DeleteMutationFetcher(String keyspaceName,
io.stargate.bridge.proto.Schema.CqlTable table,
NameMapping nameMapping) |
DmlFetcher(String keyspaceName,
io.stargate.bridge.proto.Schema.CqlTable table,
NameMapping nameMapping) |
InsertMutationFetcher(String keyspaceName,
io.stargate.bridge.proto.Schema.CqlTable table,
NameMapping nameMapping) |
MutationFetcher(String keyspaceName,
io.stargate.bridge.proto.Schema.CqlTable table,
NameMapping nameMapping) |
QueryFetcher(String keyspaceName,
io.stargate.bridge.proto.Schema.CqlTable table,
NameMapping nameMapping) |
UpdateMutationFetcher(String keyspaceName,
io.stargate.bridge.proto.Schema.CqlTable table,
NameMapping nameMapping) |
| Constructor and Description |
|---|
AggregationsFetcherSupport(NameMapping nameMapping,
io.stargate.bridge.proto.Schema.CqlTable table) |
Copyright © 2022. All rights reserved.