Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<ColumnMetadata> |
TableMetadata.getClusteringColumns()
Returns the list of clustering columns 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.
|