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 47c6857 commit 76a9c88Copy full SHA for 76a9c88
preview-src/code.adoc
@@ -54,12 +54,12 @@ Highlight one or more lines of code by adding e.g. `//mark-line` at the end of e
54
[source, adoc]
55
----
56
[source, java]
57
-----
+---
58
var result = driver.executableQuery("MATCH (p:Person {name: $name})")
59
.withParameters(Map.of("name", "Alice")) //mark-line
60
.withConfig(QueryConfig.builder().withDatabase("neo4j").build())
61
.execute();
62
63
64
65
0 commit comments