public static class CassandraSchemaHelper.ExtendedColumn extends Object
| Constructor and Description |
|---|
ExtendedColumn(String tableName,
io.stargate.bridge.proto.QueryOuterClass.ColumnSpec spec,
Column.Kind kind) |
ExtendedColumn(String tableName,
io.stargate.bridge.proto.QueryOuterClass.ColumnSpec spec,
Column.Kind kind,
io.stargate.bridge.proto.Schema.ColumnOrderBy order) |
| Modifier and Type | Method and Description |
|---|---|
Column.Kind |
getKind() |
io.stargate.bridge.proto.Schema.ColumnOrderBy |
getOrder() |
io.stargate.bridge.proto.QueryOuterClass.ColumnSpec |
getSpec() |
String |
getTableName() |
public ExtendedColumn(String tableName, io.stargate.bridge.proto.QueryOuterClass.ColumnSpec spec, Column.Kind kind, io.stargate.bridge.proto.Schema.ColumnOrderBy order)
public ExtendedColumn(String tableName, io.stargate.bridge.proto.QueryOuterClass.ColumnSpec spec, Column.Kind kind)
public String getTableName()
public io.stargate.bridge.proto.QueryOuterClass.ColumnSpec getSpec()
public Column.Kind getKind()
public io.stargate.bridge.proto.Schema.ColumnOrderBy getOrder()
Copyright © 2022. All rights reserved.