public abstract class RegularGraphStatement extends GraphStatement
SimpleGraphStatement
is provided as a simple implementation to build a RegularGraphStatement
directly
from its query string.Constructor and Description |
---|
RegularGraphStatement() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getQueryString()
Returns the graph query string for this statement.
|
abstract RegularStatement |
unwrap()
This method is deprecated because a
GraphOptions object is required to produce
a valid Statement . |
executingAs, getConsistencyLevel, getDefaultTimestamp, getGraphInternalOption, getGraphLanguage, getGraphName, getGraphReadConsistencyLevel, getGraphSource, getGraphWriteConsistencyLevel, getReadTimeoutMillis, getTransformResultFunction, isIdempotent, isSystemQuery, setConsistencyLevel, setDefaultTimestamp, setGraphInternalOption, setGraphLanguage, setGraphName, setGraphReadConsistencyLevel, setGraphSource, setGraphWriteConsistencyLevel, setIdempotent, setReadTimeoutMillis, setSystemQuery, setTransformResultFunction, unwrap, unwrap
public abstract String getQueryString()
public abstract RegularStatement unwrap()
GraphStatement
GraphOptions
object is required to produce
a valid Statement
. Use GraphStatement.unwrap(GraphOptions)
instead.
This method will call GraphStatement#unwrap(GraphProtocol.GRAPHSON_1_0)
.unwrap
in class GraphStatement
Statement
.Copyright © 2012–2018. All rights reserved.