- SCHEME - Static variable in class org.neo4j.driver.v1.Config
-
- session() - Method in class org.neo4j.driver.v1.Driver
-
Establish a session
- Session - Interface in org.neo4j.driver.v1
-
A live session with a Neo4j instance.
- single() - Method in interface org.neo4j.driver.v1.ResultCursor
-
Move to the first record and return an immutable copy of it, failing if there is not exactly
one record in the stream, or if this cursor has already been used to move past the first record.
- single(String) - Method in interface org.neo4j.driver.v1.ResultCursor
-
Move to the first record and return a field value from it, failing if there is not exactly
one record in the stream, or if this cursor has already been used to move past the first record.
- single(int) - Method in interface org.neo4j.driver.v1.ResultCursor
-
Move to the first record and return a field value from it, failing if there is not exactly
one record in the stream, or if this cursor has already been used to move past the first record.
- size() - Method in interface org.neo4j.driver.v1.ListAccessor
-
Retrieve the number of elements in this list
- size() - Method in interface org.neo4j.driver.v1.MapAccessor
-
Retrieve the number of entries in this map
- size() - Method in interface org.neo4j.driver.v1.RecordAccessor
-
Retrieve the number of fields in this record
- size() - Method in interface org.neo4j.driver.v1.Value
-
If the underlying value is a collection type, return the number of values in the collection.
- skip(long) - Method in interface org.neo4j.driver.v1.ResultCursor
-
Advance the cursor as if calling next multiple times.
- start() - Method in interface org.neo4j.driver.v1.Directed
-
- start() - Method in interface org.neo4j.driver.v1.Path
-
- statement() - Method in interface org.neo4j.driver.v1.ResultSummary
-
- Statement - Class in org.neo4j.driver.v1
-
An executable statement, i.e.
- Statement(String, Map<String, Value>) - Constructor for class org.neo4j.driver.v1.Statement
-
- Statement(String) - Constructor for class org.neo4j.driver.v1.Statement
-
- StatementRunner - Interface in org.neo4j.driver.v1
-
Common interface for components that can execute Neo4j statements.
- statementType() - Method in interface org.neo4j.driver.v1.ResultSummary
-
- StatementType - Enum in org.neo4j.driver.v1
-
- STRING() - Method in interface org.neo4j.driver.v1.TypeSystem
-
- success() - Method in interface org.neo4j.driver.v1.Transaction
-
Mark this transaction as successful.
- summarize() - Method in interface org.neo4j.driver.v1.ResultCursor
-
Summarize the result.