Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CreateDseFunctionWithType |
CreateDseFunctionWithType.deterministic()
Adds "DETERMINISTIC" to create function specification.
|
CreateDseFunctionWithType |
CreateDseFunctionWithType.monotonic()
Adds "MONOTONIC" to create function specification.
|
CreateDseFunctionWithType |
CreateDseFunctionWithType.monotonicOn(CqlIdentifier monotonicColumn)
Adds "MONOTONIC ON" to create function specification.
|
default CreateDseFunctionWithType |
CreateDseFunctionWithType.monotonicOn(String monotonicColumn)
Shortcut for
monotonicOn(CqlIdentifier.fromCql(monotonicColumn)) . |
CreateDseFunctionWithType |
CreateDseFunctionWithNullOption.returnsType(DataType dataType)
Adds RETURNS to the create function specification.
|
Copyright © 2017–2020. All rights reserved.