public class CassandraColumnHandle extends Object implements ColumnHandle
| Constructor and Description |
|---|
CassandraColumnHandle(String connectorId,
String name,
int ordinalPosition,
CassandraType cassandraType,
List<CassandraType> typeArguments,
boolean partitionKey,
boolean clusteringKey,
boolean indexed,
boolean hidden) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CassandraType |
getCassandraType() |
ColumnMetadata |
getColumnMetadata() |
String |
getConnectorId() |
FullCassandraType |
getFullType() |
String |
getName() |
int |
getOrdinalPosition() |
Type |
getType() |
List<CassandraType> |
getTypeArguments() |
int |
hashCode() |
boolean |
isClusteringKey() |
boolean |
isHidden() |
boolean |
isIndexed() |
boolean |
isPartitionKey() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitwithRequiredSubfieldspublic CassandraColumnHandle(String connectorId, String name, int ordinalPosition, CassandraType cassandraType, @Nullable List<CassandraType> typeArguments, boolean partitionKey, boolean clusteringKey, boolean indexed, boolean hidden)
public String getConnectorId()
public String getName()
public int getOrdinalPosition()
public CassandraType getCassandraType()
public List<CassandraType> getTypeArguments()
public boolean isPartitionKey()
public boolean isClusteringKey()
public boolean isIndexed()
public boolean isHidden()
public ColumnMetadata getColumnMetadata()
public Type getType()
public FullCassandraType getFullType()
Copyright © 2012–2020. All rights reserved.