Package | Description |
---|---|
com.datastax.dse.driver.api.core.graph | |
com.datastax.dse.driver.internal.core.graph |
Modifier and Type | Method and Description |
---|---|
ScriptGraphStatement |
ScriptGraphStatementBuilder.build() |
static ScriptGraphStatement |
ScriptGraphStatement.newInstance(String script)
Create a new instance from the given script.
|
ScriptGraphStatement |
ScriptGraphStatement.removeQueryParam(String name)
Removes a binding for the given name from this statement.
|
ScriptGraphStatement |
ScriptGraphStatement.setQueryParam(String name,
Object value)
Set a value for a parameter defined in the Groovy script.
|
ScriptGraphStatement |
ScriptGraphStatement.setSystemQuery(Boolean newValue)
Defines if this statement is a system query.
|
Modifier and Type | Method and Description |
---|---|
static ScriptGraphStatementBuilder |
ScriptGraphStatement.builder(ScriptGraphStatement template)
Create a builder helper object to start creating a new instance with an existing statement as a
template.
|
Constructor and Description |
---|
ScriptGraphStatementBuilder(ScriptGraphStatement template) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultScriptGraphStatement |
Modifier and Type | Method and Description |
---|---|
protected ScriptGraphStatement |
DefaultScriptGraphStatement.newInstance(Boolean isIdempotent,
Duration timeout,
com.datastax.oss.driver.api.core.metadata.Node node,
long timestamp,
com.datastax.oss.driver.api.core.config.DriverExecutionProfile executionProfile,
String executionProfileName,
Map<String,ByteBuffer> customPayload,
String graphName,
String traversalSource,
String subProtocol,
com.datastax.oss.driver.api.core.ConsistencyLevel consistencyLevel,
com.datastax.oss.driver.api.core.ConsistencyLevel readConsistencyLevel,
com.datastax.oss.driver.api.core.ConsistencyLevel writeConsistencyLevel) |
ScriptGraphStatement |
DefaultScriptGraphStatement.removeQueryParam(String name) |
ScriptGraphStatement |
DefaultScriptGraphStatement.setQueryParam(String name,
Object value) |
ScriptGraphStatement |
DefaultScriptGraphStatement.setSystemQuery(Boolean newValue) |
Copyright © 2017–2019. All rights reserved.