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