public static class ColumnDefinitions.Definition extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getKeyspace()
The name of the keyspace this column is part of.
|
String |
getName()
Returns the name of the column.
|
String |
getTable()
Returns the name of the table this column is part of.
|
DataType |
getType()
Returns the type of the column.
|
int |
hashCode() |
public String getKeyspace()
public String getTable()
public String getName()
public DataType getType()