Uses of Interface
io.vertx.sqlclient.PreparedStatement
-
Packages that use PreparedStatement Package Description io.vertx.reactivex.sqlclient io.vertx.rxjava3.sqlclient io.vertx.sqlclient -
-
Uses of PreparedStatement in io.vertx.reactivex.sqlclient
Methods in io.vertx.reactivex.sqlclient that return PreparedStatement Modifier and Type Method Description PreparedStatement
PreparedStatement. getDelegate()
Methods in io.vertx.reactivex.sqlclient with parameters of type PreparedStatement Modifier and Type Method Description static PreparedStatement
PreparedStatement. newInstance(PreparedStatement arg)
Constructors in io.vertx.reactivex.sqlclient with parameters of type PreparedStatement Constructor Description PreparedStatement(PreparedStatement delegate)
-
Uses of PreparedStatement in io.vertx.rxjava3.sqlclient
Methods in io.vertx.rxjava3.sqlclient that return PreparedStatement Modifier and Type Method Description PreparedStatement
PreparedStatement. getDelegate()
Methods in io.vertx.rxjava3.sqlclient with parameters of type PreparedStatement Modifier and Type Method Description static PreparedStatement
PreparedStatement. newInstance(PreparedStatement arg)
Constructors in io.vertx.rxjava3.sqlclient with parameters of type PreparedStatement Constructor Description PreparedStatement(PreparedStatement delegate)
-
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 givensql
string.Future<PreparedStatement>
SqlConnection. prepare(String sql, PrepareOptions options)
Create a prepared statement using the givensql
string.
-