Skip navigation links
A C D I M O R W 

A

as(String) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithLanguage
Adds AS to the create function specification.
asQuoted(String) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithLanguage
Adds AS to the create function specification and quotes the function body.

C

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

D

deterministic() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateEnd
Adds "DETERMINISTIC" to create aggregate specification.
deterministic() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
Adds "DETERMINISTIC" to create function specification.
DseQueryBuilder - Class in com.datastax.dse.driver.api.querybuilder
A DSE extension of the Cassandra driver's query builder.
DseQueryBuilder() - Constructor for class com.datastax.dse.driver.api.querybuilder.DseQueryBuilder
 
DseSchemaBuilder - Class in com.datastax.dse.driver.api.querybuilder
An extension of SchemaBuilder for building schema entities that have DSE specific functionality.
DseSchemaBuilder() - Constructor for class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
 

I

ifNotExists() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStart
Adds IF NOT EXISTS to the create aggregate specification.
ifNotExists() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
Adds IF NOT EXISTS to the create function specification.

M

monotonic() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
Adds "MONOTONIC" to create function specification.
monotonicOn(CqlIdentifier) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
Adds "MONOTONIC ON" to create function specification.
monotonicOn(String) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType

O

orReplace() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStart
Adds OR REPLACE to the create aggregate specification.
orReplace() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
Adds OR REPLACE to the create function specification.

R

returnsNullOnNull() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
Adds RETURNS NULL ON NULL to the create function specification.
returnsType(DataType) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithNullOption
Adds RETURNS to the create function specification.

W

withFinalFunc(CqlIdentifier) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateEnd
Adds FINALFUNC to the create aggregate query.
withFinalFunc(String) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateEnd
withInitCond(Term) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateEnd
Adds INITCOND to the aggregate query.
withJavaLanguage() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
Adds "LANGUAGE java" to create function specification.
withJavaScriptLanguage() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
Adds "LANGUAGE javascript" to create function specification.
withLanguage(String) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
Adds LANGUAGE to the create function specification.
withParameter(DataType) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStart
Adds a parameter definition in the CREATE AGGREGATE statement.
withParameter(CqlIdentifier, DataType) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
Adds a parameter definition in the CREATE FUNCTION statement.
withParameter(String, DataType) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
withSFunc(CqlIdentifier) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStart
Adds SFUNC to the create aggregate specification.
withSFunc(String) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStart
withSType(DataType) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStateFunc
Adds STYPE to the create aggregate query.
A C D I M O R W 
Skip navigation links

Copyright © 2017–2019. All rights reserved.