public abstract class Neo4jStatement<T> extends java.lang.Object
| Constructor and Description |
|---|
Neo4jStatement() |
| Modifier and Type | Method and Description |
|---|---|
static void |
enableDebugLogging()
Method enableDebugLogging enables logging of the generated cypher query to the DEBUG log.
|
abstract iot.jcypher.query.JcQuery |
getStatement(T node) |
org.neo4j.driver.v1.StatementResult |
runStatement(org.neo4j.driver.v1.Transaction tx,
T node) |
public Neo4jStatement()
public static void enableDebugLogging()
public abstract iot.jcypher.query.JcQuery getStatement(T node)
public org.neo4j.driver.v1.StatementResult runStatement(org.neo4j.driver.v1.Transaction tx, T node)
Copyright © 2007-2021 Cascading Maintainers. All Rights Reserved.