Uses of Interface
org.neo4j.driver.summary.InputPosition
Packages that use InputPosition
-
Uses of InputPosition in org.neo4j.driver.internal.summary
Classes in org.neo4j.driver.internal.summary that implement InputPositionModifier and TypeClassDescriptionfinal record
An input position refers to a specific point in a query string.Methods in org.neo4j.driver.internal.summary that return InputPositionMethods in org.neo4j.driver.internal.summary that return types with arguments of type InputPositionConstructors in org.neo4j.driver.internal.summary with parameters of type InputPositionModifierConstructorDescriptionInternalGqlNotification
(String gqlStatus, String statusDescription, Map<String, Value> diagnosticRecord, InputPosition position, NotificationSeverity severityLevel, String rawSeverityLevel, NotificationClassification classification, String rawClassification) InternalNotification
(String code, String title, String description, NotificationSeverity severityLevel, String rawSeverityLevel, NotificationCategory category, String rawCategory, InputPosition position) -
Uses of InputPosition in org.neo4j.driver.summary
Methods in org.neo4j.driver.summary that return InputPositionModifier and TypeMethodDescriptionNotification.position()
The position in the query where this notification points to.Methods in org.neo4j.driver.summary that return types with arguments of type InputPositionModifier and TypeMethodDescriptionGqlNotification.position()
Returns a position in the query where this notification points to.