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
GraphProtocol 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, unwrappublic abstract String getQueryString()
public abstract RegularStatement unwrap()
GraphStatementGraphProtocol is required to produce
a valid Statement. Use GraphStatement.unwrap(GraphProtocol) instead.
This method will call GraphStatement#unwrap(GraphProtocol.GRAPHSON_1_0).unwrap in class GraphStatementStatement.Copyright © 2012–2017. All rights reserved.