Package | Description |
---|---|
com.datastax.driver.dse.graph |
Modifier and Type | Method and Description |
---|---|
GraphProtocol |
GraphOptions.getGraphSubProtocol()
Return the graph sub protocol set for all queries.
|
static GraphProtocol |
GraphProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphProtocol[] |
GraphProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GraphOptions |
GraphOptions.setGraphSubProtocol(GraphProtocol graphSubProtocol)
Set the sub protocol to use with DSE Graph.
|
SimpleStatement |
SimpleGraphStatement.unwrap(GraphProtocol graphProtocol) |
abstract Statement |
GraphStatement.unwrap(GraphProtocol graphProtocol)
"Unwraps" the current graph statement, that is,
returns an executable
Statement object corresponding to this graph statement. |
Copyright © 2012–2017. All rights reserved.