Uses of Enum Class
org.neo4j.driver.summary.QueryType
Packages that use QueryType
-
Uses of QueryType in org.neo4j.driver.internal.summary
Methods in org.neo4j.driver.internal.summary that return QueryTypeConstructors in org.neo4j.driver.internal.summary with parameters of type QueryTypeModifierConstructorDescriptionInternalResultSummary
(Query query, ServerInfo serverInfo, DatabaseInfo databaseInfo, QueryType queryType, SummaryCounters counters, Plan plan, ProfiledPlan profile, List<Notification> notifications, Set<GqlStatusObject> gqlStatusObjects, long resultAvailableAfter, long resultConsumedAfter) -
Uses of QueryType in org.neo4j.driver.summary
Methods in org.neo4j.driver.summary that return QueryTypeModifier and TypeMethodDescriptionstatic QueryType
Creates a query type from aString
value.static QueryType
QueryType.fromCode
(String type, Function<String, ? extends Neo4jException> exceptionFunction) Creates a query type from aString
value and exception function.ResultSummary.queryType()
static QueryType
Returns the enum constant of this class with the specified name.static QueryType[]
QueryType.values()
Returns an array containing the constants of this enum class, in the order they are declared.