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 InputPositionConstructors in org.neo4j.driver.internal.summary with parameters of type InputPositionModifierConstructorDescriptionInternalNotification
(String gqlStatus, String statusDescription, Map<String, Value> diagnosticRecord, String code, String title, String description, NotificationSeverity severityLevel, String rawSeverityLevel, NotificationClassification classification, String rawClassification, 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 TypeMethodDescriptiondefault Optional<InputPosition>
Notification.inputPosition()
Returns a position in the query where this notification points to.