Package | Description |
---|---|
com.datastax.dse.driver.api.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) |
Copyright © 2017–2020. All rights reserved.