Uses of Interface
io.vertx.sqlclient.PreparedStatement
-
Packages that use PreparedStatement Package Description io.vertx.sqlclient -
-
Uses of PreparedStatement in io.vertx.sqlclient
Methods in io.vertx.sqlclient that return types with arguments of type PreparedStatement Modifier and Type Method Description Future<PreparedStatement>SqlConnection. prepare(String sql)Create a prepared statement using the givensqlstring.Future<PreparedStatement>SqlConnection. prepare(String sql, PrepareOptions options)Create a prepared statement using the givensqlstring.
-