| Package | Description |
|---|---|
| org.neo4j.driver.v1 |
| Modifier and Type | Method and Description |
|---|---|
StatementResult |
StatementRunner.run(Statement statement)
Run a statement and return a result stream.
|
StatementResult |
Session.run(Statement statement,
TransactionConfig config)
Run a statement in an auto-commit transaction with specified
configuration and return a result stream. |
StatementResult |
StatementRunner.run(String statementTemplate)
Run a statement and return a result stream.
|
StatementResult |
StatementRunner.run(String statementTemplate,
Map<String,Object> statementParameters)
Run a statement and return a result stream.
|
StatementResult |
Session.run(String statement,
Map<String,Object> parameters,
TransactionConfig config)
Run a statement with parameters in an auto-commit transaction with specified
configuration and return a result stream. |
StatementResult |
StatementRunner.run(String statementTemplate,
Record statementParameters)
Run a statement and return a result stream.
|
StatementResult |
Session.run(String statement,
TransactionConfig config)
Run a statement in an auto-commit transaction with the specified
configuration and return a result stream. |
StatementResult |
StatementRunner.run(String statementTemplate,
Value parameters)
Run a statement and return a result stream.
|
Copyright © 2018. All rights reserved.