Package | Description |
---|---|
com.datastax.dse.driver.api.core.metadata.schema | |
com.datastax.oss.driver.api.core.metadata.schema | |
com.datastax.oss.driver.api.core.type |
Modifier and Type | Interface and Description |
---|---|
interface |
DseAggregateMetadata
Specialized aggregate metadata for DSE.
|
interface |
DseFunctionMetadata
Specialized function metadata for DSE.
|
interface |
DseGraphKeyspaceMetadata
Specialized keyspace metadata, that handles the graph-specific properties introduced in DSE 6.8.
|
interface |
DseGraphTableMetadata
Specialized table metadata, that handles the graph-specific properties introduced in DSE 6.8.
|
interface |
DseIndexMetadata
Specialized index metadata for DSE.
|
interface |
DseKeyspaceMetadata
Specialized keyspace metadata for DSE.
|
interface |
DseRelationMetadata
Specialized table or materialized view metadata for DSE.
|
interface |
DseTableMetadata
Specialized table metadata for DSE.
|
interface |
DseViewMetadata
Specialized materialized view metadata for DSE.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AggregateMetadata
A CQL aggregate in the schema metadata.
|
interface |
FunctionMetadata
A CQL function in the schema metadata.
|
interface |
IndexMetadata
A secondary index in the schema metadata.
|
interface |
KeyspaceMetadata
A keyspace in the schema metadata.
|
interface |
RelationMetadata
A table or materialized view in the schema metadata.
|
interface |
TableMetadata
A table in the schema metadata.
|
interface |
ViewMetadata
A materialized view in the schema metadata.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UserDefinedType |
Copyright © 2017–2021. All rights reserved.