| Package | Description | 
|---|---|
| com.datastax.oss.driver.api.querybuilder.schema | 
| Modifier and Type | Method and Description | 
|---|---|
default CreateFunctionWithLanguage | 
CreateFunctionWithType.withJavaLanguage()
Adds "LANGUAGE java" to create function specification. 
 | 
default CreateFunctionWithLanguage | 
CreateFunctionWithType.withJavaScriptLanguage()
Adds "LANGUAGE javascript" to create function specification. 
 | 
CreateFunctionWithLanguage | 
CreateFunctionWithType.withLanguage(String language)
Adds LANGUAGE to the create function specification. 
 | 
Copyright © 2017–2021. All rights reserved.