public interface DseTableMetadata extends DseRelationMetadata, com.datastax.oss.driver.api.core.metadata.schema.TableMetadata
The only difference with TableMetadata
is that all sub-elements are specialized for
DSE (e.g. getIndexes()
returns DseIndexMetadata
instances).
Modifier and Type | Method and Description |
---|---|
Map<com.datastax.oss.driver.api.core.CqlIdentifier,? extends DseIndexMetadata> |
getIndexes() |
getClusteringColumns, getColumn, getColumn, getColumns, getPartitionKey, getPrimaryKey
@NonNull Map<com.datastax.oss.driver.api.core.CqlIdentifier,? extends DseIndexMetadata> getIndexes()
getIndexes
in interface com.datastax.oss.driver.api.core.metadata.schema.TableMetadata
Copyright © 2017–2019. All rights reserved.