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 |
---|---|
default CreateDseFunctionWithLanguage |
CreateDseFunctionWithType.withJavaLanguage()
Adds "LANGUAGE java" to create function specification.
|
default CreateDseFunctionWithLanguage |
CreateDseFunctionWithType.withJavaScriptLanguage()
Adds "LANGUAGE javascript" to create function specification.
|
CreateDseFunctionWithLanguage |
CreateDseFunctionWithType.withLanguage(String language)
Adds LANGUAGE 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 |
---|---|
CreateDseFunctionWithLanguage |
DefaultCreateDseFunction.withLanguage(String language) |
Copyright © 2017–2019. All rights reserved.