|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.datastax.driver.core.ColumnMetadata
public class ColumnMetadata
Describes a Column.
| Nested Class Summary | |
|---|---|
static class |
ColumnMetadata.IndexMetadata
Metadata on a column index. |
| Method Summary | |
|---|---|
ColumnMetadata.IndexMetadata |
getIndex()
Returns the indexing metadata on this column if the column is indexed. |
String |
getName()
Returns the name of the column. |
TableMetadata |
getTable()
Returns the metadata of the table this column is part of. |
DataType |
getType()
Returns the type of the column. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getName()
public TableMetadata getTable()
TableMetadata for the table this column is part of.public DataType getType()
public ColumnMetadata.IndexMetadata getIndex()
null otherwise.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||