Package | Description |
---|---|
com.datastax.dse.driver.api.core.graph |
Modifier and Type | Field and Description |
---|---|
static GenericType<GraphResultSet> |
GraphStatement.SYNC
The type returned when a graph statement is executed synchronously.
|
Modifier and Type | Method and Description |
---|---|
default GraphResultSet |
GraphSession.execute(GraphStatement<?> graphStatement)
Executes a graph statement synchronously (the calling thread blocks until the result becomes
available).
|
Copyright © 2017–2023. All rights reserved.