| Package | Description |
|---|---|
| org.neo4j.driver.summary |
| Modifier and Type | Method and Description |
|---|---|
static QueryType |
QueryType.fromCode(String type) |
static QueryType |
QueryType.fromCode(String type,
Function<String,? extends Neo4jException> exceptionFunction) |
QueryType |
ResultSummary.queryType() |
static QueryType |
QueryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryType[] |
QueryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|