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, long resultAvailableAfter, long resultConsumedAfter) -
Uses of QueryType in org.neo4j.driver.summary
Methods in org.neo4j.driver.summary that return QueryTypeModifier and TypeMethodDescriptionstatic QueryTypestatic QueryTypeQueryType.fromCode(String type, Function<String, ? extends Neo4jException> exceptionFunction) ResultSummary.queryType()static QueryTypeReturns 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.