https://nebula-graph.io logo
#nebula
Title
w

Will Droste

10/21/2022, 8:18 PM
Hopefully a quick question? Is there support for using
named
parameters in
INSERT VERTX
statement from a Java client for instance
Copy code
final String stmt = "INSERT VERTX player (name, age) VALUES 12323:($name, $age)";
client.executeWithParameter(stmt, Map.of("name", "Tony Parker", "age", 32);
4 Views