Uses of Class
io.vertx.sqlclient.PrepareOptions
-
Packages that use PrepareOptions Package Description io.vertx.sqlclient -
-
Uses of PrepareOptions in io.vertx.sqlclient
Methods in io.vertx.sqlclient with parameters of type PrepareOptions Modifier and Type Method Description Future<PreparedStatement>SqlConnection. prepare(String sql, PrepareOptions options)Create a prepared statement using the givensqlstring.PreparedQuery<RowSet<Row>>SqlClient. preparedQuery(String sql, PrepareOptions options)Create a prepared query, one of thePreparedQuery.execute(io.vertx.sqlclient.Tuple)orPreparedQuery.executeBatch(java.util.List<io.vertx.sqlclient.Tuple>)methods must be called to execute the query.Constructors in io.vertx.sqlclient with parameters of type PrepareOptions Constructor Description PrepareOptions(PrepareOptions other)
-