public static class ColumnDefinitions.Definition extends Object
| Constructor and Description |
|---|
Definition(String keyspace,
String table,
String name,
com.datastax.driver.core.DataType type) |
| 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.
|
com.datastax.driver.core.DataType |
getType()
Returns the type of the column.
|
int |
hashCode() |
public String getKeyspace()
public String getTable()
public String getName()
public com.datastax.driver.core.DataType getType()
Copyright © 2015–2016. All rights reserved.