Hopefully a quick question? Is there support for u...
# nebula
w
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);