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.
|
com.datastax.dse.driver.internal.querybuilder.schema |
This package effectively mirrors the Cassandra OSS default query and schema implementations to
allow extended schema and query building for the DSE driver.
|
Modifier and Type | Method and Description |
---|---|
CreateDseFunctionWithNullOption |
CreateDseFunctionStart.calledOnNull()
Adds CALLED ON NULL to the create function specification.
|
CreateDseFunctionWithNullOption |
CreateDseFunctionStart.returnsNullOnNull()
Adds RETURNS NULL ON NULL to the create function specification.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCreateDseFunction
Implements DSE extended interfaces for creating functions.
|
Modifier and Type | Method and Description |
---|---|
CreateDseFunctionWithNullOption |
DefaultCreateDseFunction.calledOnNull() |
CreateDseFunctionWithNullOption |
DefaultCreateDseFunction.returnsNullOnNull() |
Copyright © 2017–2019. All rights reserved.