|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.datastax.driver.core.ColumnDefinitions.Definition
public static class ColumnDefinitions.Definition
A column definition.
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getKeyspace()
public String getTable()
public String getName()
public DataType getType()
public final int hashCode()
hashCode
in class Object
public final boolean equals(Object o)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |