We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2971fe6 commit 66db552Copy full SHA for 66db552
driver/src/main/java/org/neo4j/driver/QueryRunner.java
@@ -59,7 +59,7 @@
59
* @see Transaction
60
* @since 1.0
61
*/
62
-public interface QueryRunner
+public interface QueryRunner extends AutoCloseable
63
{
64
/**
65
* Run a query and return a result stream.
0 commit comments