- calledOnNull() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
-
Adds CALLED ON NULL to the create function specification.
- com.datastax.dse.driver.api.querybuilder - package com.datastax.dse.driver.api.querybuilder
-
This package effectively mirrors the Cassandra OSS Query Builder package to allow DSE extended
schema and query building for the DSE driver.
- com.datastax.dse.driver.api.querybuilder.schema - package 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.
- createAggregate(CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
-
Starts a CREATE AGGREGATE query with the given aggregate name.
- createAggregate(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
-
Starts a CREATE AGGREGATE query with the given aggregate name for the given keyspace name.
- createAggregate(String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
-
- createAggregate(String, String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
-
- createDseAggregate(CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
-
Starts a CREATE AGGREGATE query with the given aggregate name.
- createDseAggregate(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
-
Starts a CREATE AGGREGATE query with the given aggregate name for the given keyspace name.
- createDseAggregate(String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
-
- createDseAggregate(String, String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
-
- CreateDseAggregateEnd - Interface in com.datastax.dse.driver.api.querybuilder.schema
-
- CreateDseAggregateStart - Interface in com.datastax.dse.driver.api.querybuilder.schema
-
- CreateDseAggregateStateFunc - Interface in com.datastax.dse.driver.api.querybuilder.schema
-
- createDseFunction(CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
-
Starts a CREATE FUNCTION query with the given function name.
- createDseFunction(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
-
Starts a CREATE FUNCTION query with the given function name for the given keyspace name.
- createDseFunction(String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
-
- createDseFunction(String, String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
-
- CreateDseFunctionEnd - Interface in com.datastax.dse.driver.api.querybuilder.schema
-
- CreateDseFunctionStart - Interface in com.datastax.dse.driver.api.querybuilder.schema
-
- CreateDseFunctionWithLanguage - Interface in com.datastax.dse.driver.api.querybuilder.schema
-
- CreateDseFunctionWithNullOption - Interface in com.datastax.dse.driver.api.querybuilder.schema
-
- CreateDseFunctionWithType - Interface in com.datastax.dse.driver.api.querybuilder.schema
-
- createFunction(CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
-
Starts a CREATE FUNCTION query with the given function name.
- createFunction(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
-
Starts a CREATE FUNCTION query with the given function name for the given keyspace name.
- createFunction(String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
-
- createFunction(String, String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
-