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 GqlStatusObject
AbstractRecordStateResponseHandler.generateGqlStatusObject
(List<String> keys) -
Uses of GqlStatusObject in org.neo4j.driver.internal.summary
Classes in org.neo4j.driver.internal.summary that implement GqlStatusObjectFields in org.neo4j.driver.internal.summary declared as GqlStatusObjectModifier and TypeFieldDescriptionstatic final GqlStatusObject
InternalGqlStatusObject.NO_DATA
static final GqlStatusObject
InternalGqlStatusObject.NO_DATA_UNKNOWN
static final GqlStatusObject
InternalGqlStatusObject.OMITTED_RESULT
static final GqlStatusObject
InternalGqlStatusObject.SUCCESS
Methods 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.summaryModifier and TypeInterfaceDescriptioninterface
Representation for notifications found when executing a query.Methods 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.