Package | Description |
---|---|
com.datastax.dse.driver.api.querybuilder |
This package effectively mirrors the Cassandra OSS Query Builder package to allow DSE extended
schema and query building for the DSE driver.
|
com.datastax.dse.driver.api.querybuilder.schema |
This package effectively mirrors the Cassandra OSS Schema interfaces to allow extended schema and
query building for the DSE driver.
|
com.datastax.oss.driver.api.querybuilder | |
com.datastax.oss.driver.api.querybuilder.condition | |
com.datastax.oss.driver.api.querybuilder.delete | |
com.datastax.oss.driver.api.querybuilder.insert | |
com.datastax.oss.driver.api.querybuilder.relation | |
com.datastax.oss.driver.api.querybuilder.schema | |
com.datastax.oss.driver.api.querybuilder.select | |
com.datastax.oss.driver.api.querybuilder.term | |
com.datastax.oss.driver.api.querybuilder.truncate | |
com.datastax.oss.driver.api.querybuilder.update |
Class and Description |
---|
QueryBuilder
A Domain-Specific Language to build CQL queries using Java code.
|
SchemaBuilder
A Domain-Specific Language to build CQL DDL queries using Java code.
|
Class and Description |
---|
BuildableQuery
End state for the query builder DSL, which allows the generation of a CQL query.
|
Class and Description |
---|
BindMarker
A bind marker in the query.
|
CqlSnippet
An element in the query builder DSL, that will generate part of a CQL query.
|
Literal
A value that will be appended as a CQL literal.
|
Raw
A raw CQL snippet that will be appended to the query as-is, without any syntax checking or
escaping.
|
SchemaBuilder.RowsPerPartition
Specifies the rows_per_partition configuration for table caching options.
|
Class and Description |
---|
CqlSnippet
An element in the query builder DSL, that will generate part of a CQL query.
|
Class and Description |
---|
BindMarker
A bind marker in the query.
|
BuildableQuery
End state for the query builder DSL, which allows the generation of a CQL query.
|
Class and Description |
---|
BindMarker
A bind marker in the query.
|
BuildableQuery
End state for the query builder DSL, which allows the generation of a CQL query.
|
Class and Description |
---|
BindMarker
A bind marker in the query.
|
CqlSnippet
An element in the query builder DSL, that will generate part of a CQL query.
|
Class and Description |
---|
BuildableQuery
End state for the query builder DSL, which allows the generation of a CQL query.
|
SchemaBuilder.RowsPerPartition
Specifies the rows_per_partition configuration for table caching options.
|
Class and Description |
---|
BindMarker
A bind marker in the query.
|
BuildableQuery
End state for the query builder DSL, which allows the generation of a CQL query.
|
CqlSnippet
An element in the query builder DSL, that will generate part of a CQL query.
|
Class and Description |
---|
CqlSnippet
An element in the query builder DSL, that will generate part of a CQL query.
|
Class and Description |
---|
BuildableQuery
End state for the query builder DSL, which allows the generation of a CQL query.
|
Class and Description |
---|
BindMarker
A bind marker in the query.
|
BuildableQuery
End state for the query builder DSL, which allows the generation of a CQL query.
|
CqlSnippet
An element in the query builder DSL, that will generate part of a CQL query.
|
Copyright © 2017–2022. All rights reserved.