| 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 | 
|---|---|
CreateDseFunctionEnd | 
CreateDseFunctionWithLanguage.as(String functionBody)
Adds AS to the create function specification. 
 | 
default CreateDseFunctionEnd | 
CreateDseFunctionWithLanguage.asQuoted(String functionBody)
Adds AS to the create function specification and quotes the function body. 
 | 
Copyright © 2017–2019. All rights reserved.