com.datastax.driver.core
Class ColumnDefinitions.Definition

java.lang.Object
  extended by com.datastax.driver.core.ColumnDefinitions.Definition
Enclosing class:
ColumnDefinitions

public static class ColumnDefinitions.Definition
extends Object

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

getKeyspace

public String getKeyspace()
The name of the keyspace this column is part of.

Returns:
the name of the keyspace this column is part of.

getTable

public String getTable()
Returns the name of the table this column is part of.

Returns:
the name of the table this column is part of.

getName

public String getName()
Returns the name of the column.

Returns:
the name of the column.

getType

public DataType getType()
Returns the type of the column.

Returns:
the type of the column.

hashCode

public final int hashCode()
Overrides:
hashCode in class Object

equals

public final boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 2013. All rights reserved.