Uses of Interface
org.neo4j.driver.summary.GqlStatusObject
Packages that use GqlStatusObject
Package
Description
-
Uses of GqlStatusObject in org.neo4j.driver.internal.cursor
Methods in org.neo4j.driver.internal.cursor that return GqlStatusObjectModifier and TypeMethodDescriptionprotected GqlStatusObjectAbstractRecordStateResponseHandler.generateGqlStatusObject(List<String> keys) -
Uses of GqlStatusObject in org.neo4j.driver.internal.summary
Classes in org.neo4j.driver.internal.summary that implement GqlStatusObjectModifier and TypeClassDescriptionfinal classclassFields in org.neo4j.driver.internal.summary declared as GqlStatusObjectModifier and TypeFieldDescriptionstatic final GqlStatusObjectInternalGqlStatusObject.NO_DATAstatic final GqlStatusObjectInternalGqlStatusObject.NO_DATA_UNKNOWNstatic final GqlStatusObjectInternalGqlStatusObject.OMITTED_RESULTstatic final GqlStatusObjectInternalGqlStatusObject.SUCCESSMethods in org.neo4j.driver.internal.summary that return types with arguments of type GqlStatusObjectConstructor parameters in org.neo4j.driver.internal.summary with type arguments of type GqlStatusObjectModifierConstructorDescriptionInternalResultSummary(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 GqlStatusObject in org.neo4j.driver.internal.util
Methods in org.neo4j.driver.internal.util with parameters of type GqlStatusObjectModifier and TypeMethodDescriptionMetadataExtractor.extractSummary(Query query, DriverBoltConnection connection, long resultAvailableAfter, Map<String, Value> metadata, boolean legacyNotifications, GqlStatusObject gqlStatusObject) -
Uses of GqlStatusObject in org.neo4j.driver.summary
Subinterfaces of GqlStatusObject in org.neo4j.driver.summaryMethods in org.neo4j.driver.summary that return types with arguments of type GqlStatusObjectModifier and TypeMethodDescriptionResultSummary.gqlStatusObjects()Returns a sequenced set of GQL-status objects resulting from the request execution.