public interface SourceTraceability
sourceDescription() would say the name of the file,
lineNumber() the line number and position() the byte position the reader is currently at.
Another example could be reading from a relationship db table where sourceDescription() would
say the name of the database and table, or similar, lineNumber() the ordinal of the row we're
currently at and position() some sort of absolute position saying how many bytes we've read from the
data source.| Modifier and Type | Interface and Description |
|---|---|
static class |
SourceTraceability.Adapter |
| Modifier and Type | Method and Description |
|---|---|
long |
lineNumber()
1-based line number of the current data source.
|
long |
position() |
String |
sourceDescription() |
String sourceDescription()
long lineNumber()
long position()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.