Package | Description |
---|---|
com.datastax.dse.driver.api.core.graph |
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.
|
static ScriptGraphStatementBuilder |
ScriptGraphStatement.builder(String script)
Create a builder object to start creating a new instance from the given script.
|
ScriptGraphStatementBuilder |
ScriptGraphStatementBuilder.clearQueryParams()
Clears all the parameters previously added to this builder.
|
ScriptGraphStatementBuilder |
ScriptGraphStatementBuilder.removeQueryParam(String name)
Removes a parameter.
|
ScriptGraphStatementBuilder |
ScriptGraphStatementBuilder.setQueryParam(String name,
Object value)
Set a value for a parameter defined in the script query.
|
ScriptGraphStatementBuilder |
ScriptGraphStatementBuilder.setQueryParams(Map<String,Object> params)
Set multiple values for named parameters defined in the script query.
|
ScriptGraphStatementBuilder |
ScriptGraphStatementBuilder.setScript(String script) |
ScriptGraphStatementBuilder |
ScriptGraphStatementBuilder.setSystemQuery(Boolean isSystemQuery) |
Copyright © 2017–2023. All rights reserved.