| 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 | 
|---|---|
| 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. | 
Copyright © 2017–2020. All rights reserved.