|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnMetadata | |
---|---|
com.datastax.driver.core | The main package for the DataStax Java driver for Cassandra. |
Uses of ColumnMetadata in com.datastax.driver.core |
---|
Methods in com.datastax.driver.core that return ColumnMetadata | |
---|---|
ColumnMetadata |
TableMetadata.getColumn(String name)
Returns metadata on a column of this table. |
ColumnMetadata |
ColumnMetadata.IndexMetadata.getIndexedColumn()
Returns the column this index metadata refers to. |
Methods in com.datastax.driver.core that return types with arguments of type ColumnMetadata | |
---|---|
List<ColumnMetadata> |
TableMetadata.getClusteringKey()
Returns the list of columns composing the clustering key for this table. |
List<ColumnMetadata> |
TableMetadata.getColumns()
Returns a list containing all the columns of this table. |
List<ColumnMetadata> |
TableMetadata.getPartitionKey()
Returns the list of columns composing the partition key for this table. |
List<ColumnMetadata> |
TableMetadata.getPrimaryKey()
Returns the list of columns composing the primary key for this table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |