- certFile() - Method in class org.neo4j.driver.v1.Config.TrustStrategy
-
- children() - Method in interface org.neo4j.driver.v1.summary.Plan
-
As noted in the class-level javadoc, a plan is a tree, where each child is another plan.
- children() - Method in interface org.neo4j.driver.v1.summary.ProfiledPlan
-
- ClientException - Exception in org.neo4j.driver.v1.exceptions
-
A ClientException indicates that the client has carried out an operation incorrectly.
- ClientException(String) - Constructor for exception org.neo4j.driver.v1.exceptions.ClientException
-
- ClientException(String, Throwable) - Constructor for exception org.neo4j.driver.v1.exceptions.ClientException
-
- ClientException(String, String) - Constructor for exception org.neo4j.driver.v1.exceptions.ClientException
-
- close() - Method in interface org.neo4j.driver.v1.Driver
-
Close all the resources assigned to this driver
- close() - Method in interface org.neo4j.driver.v1.Session
-
Signal that you are done using this session.
- close() - Method in interface org.neo4j.driver.v1.Transaction
-
- close() - Method in interface org.neo4j.driver.v1.util.Resource
-
- code() - Method in interface org.neo4j.driver.v1.summary.Notification
-
Returns a notification code for the discovered issue.
- column(int) - Static method in class org.neo4j.driver.v1.Records
-
- column(String) - Static method in class org.neo4j.driver.v1.Records
-
- column(int, Function<Value, T>) - Static method in class org.neo4j.driver.v1.Records
-
- column(String, Function<Value, T>) - Static method in class org.neo4j.driver.v1.Records
-
- column() - Method in interface org.neo4j.driver.v1.summary.InputPosition
-
The column number referred to by the position; column numbers start at 1.
- Config - Class in org.neo4j.driver.v1
-
A configuration class to config driver properties.
- Config.ConfigBuilder - Class in org.neo4j.driver.v1
-
Used to build new config instances
- Config.EncryptionLevel - Enum in org.neo4j.driver.v1
-
Control the level of encryption to require
- Config.TrustStrategy - Class in org.neo4j.driver.v1
-
Control how the driver determines if it can trust the encryption certificates provided by the Neo4j instance it is connected to.
- Config.TrustStrategy.Strategy - Enum in org.neo4j.driver.v1
-
- connectionPoolSize() - Method in class org.neo4j.driver.v1.Config
-
Deprecated.
- constraintsAdded() - Method in interface org.neo4j.driver.v1.summary.SummaryCounters
-
- constraintsRemoved() - Method in interface org.neo4j.driver.v1.summary.SummaryCounters
-
- consume() - Method in interface org.neo4j.driver.v1.StatementResult
-
Consume the entire result, yielding a summary of it.
- contains(Node) - Method in interface org.neo4j.driver.v1.types.Path
-
- contains(Relationship) - Method in interface org.neo4j.driver.v1.types.Path
-
- containsKey(String) - Method in interface org.neo4j.driver.v1.Record
-
Check if the list of keys contains the given key
- containsKey(String) - Method in interface org.neo4j.driver.v1.types.MapAccessor
-
Check if the list of keys contains the given key
- containsUpdates() - Method in interface org.neo4j.driver.v1.summary.SummaryCounters
-
Whether there were any updates at all, eg.
- counters() - Method in interface org.neo4j.driver.v1.summary.ResultSummary
-
- session() - Method in interface org.neo4j.driver.v1.Driver
-
Establish a session
- Session - Interface in org.neo4j.driver.v1
-
A live session with a Neo4j instance.
- severity() - Method in interface org.neo4j.driver.v1.summary.Notification
-
The severity level of the notification.
- single() - Method in interface org.neo4j.driver.v1.StatementResult
-
Return the first record in the result, failing if there is not exactly
one record left in the stream
Calling this method always exhausts the result, even when
NoSuchRecordException
is thrown.
- size() - Method in interface org.neo4j.driver.v1.Record
-
Retrieve the number of fields in this record
- size() - Method in interface org.neo4j.driver.v1.types.MapAccessor
-
Retrieve the number of entries in this map
- 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.
- start() - Method in interface org.neo4j.driver.v1.types.Path.Segment
-
The node that this segment starts at.
- start() - Method in interface org.neo4j.driver.v1.types.Path
-
- startNodeId() - Method in interface org.neo4j.driver.v1.types.Relationship
-
Id of the node where this relationship starts.
- Statement - Class in org.neo4j.driver.v1
-
An executable statement, i.e.
- Statement(String, Value) - Constructor for class org.neo4j.driver.v1.Statement
-
Create a new statement.
- Statement(String, Map<String, Object>) - Constructor for class org.neo4j.driver.v1.Statement
-
Create a new statement.
- Statement(String) - Constructor for class org.neo4j.driver.v1.Statement
-
Create a new statement.
- statement() - Method in interface org.neo4j.driver.v1.summary.ResultSummary
-
- StatementResult - Interface in org.neo4j.driver.v1
-
The result of running a statement, conceptually a stream of
records
.
- StatementRunner - Interface in org.neo4j.driver.v1
-
Common interface for components that can execute Neo4j statements.
- statementType() - Method in interface org.neo4j.driver.v1.summary.ResultSummary
-
- StatementType - Enum in org.neo4j.driver.v1.summary
-
The type of statement executed.
- strategy() - Method in class org.neo4j.driver.v1.Config.TrustStrategy
-
Return the strategy type desired.
- STRING() - Method in interface org.neo4j.driver.v1.types.TypeSystem
-
- success() - Method in interface org.neo4j.driver.v1.Transaction
-
Mark this transaction as successful.
- SummaryCounters - Interface in org.neo4j.driver.v1.summary
-
Contains counters for various operations that a statement triggered.