public static interface Result.ResultVisitor<VisitationException extends Exception>
Result.accept(ResultVisitor)
method.Modifier and Type | Method and Description |
---|---|
boolean |
visit(Result.ResultRow row)
Visits the specified row.
|
boolean visit(Result.ResultRow row) throws VisitationException extends Exception
row
- the row to visit. The row object is only guaranteed to be stable until flow of control has
returned from this method.VisitationException
- if there is a problem in the execution of this method. This exception will close
the result being visited, and the exception will propagate out through the
accept method.VisitationException extends Exception
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.