Uses of Class
io.vertx.rxjava3.sqlclient.PreparedStatement
-
Packages that use PreparedStatement Package Description io.vertx.rxjava3.sqlclient -
-
Uses of PreparedStatement in io.vertx.rxjava3.sqlclient
Fields in io.vertx.rxjava3.sqlclient with type parameters of type PreparedStatement Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<PreparedStatement>
PreparedStatement. __TYPE_ARG
Methods in io.vertx.rxjava3.sqlclient that return PreparedStatement Modifier and Type Method Description static PreparedStatement
PreparedStatement. newInstance(PreparedStatement arg)
Methods in io.vertx.rxjava3.sqlclient that return types with arguments of type PreparedStatement Modifier and Type Method Description Single<PreparedStatement>
SqlConnection. prepare(String sql)
Create a prepared statement using the givensql
string.Single<PreparedStatement>
SqlConnection. prepare(String sql, PrepareOptions options)
Create a prepared statement using the givensql
string.Single<PreparedStatement>
SqlConnection. rxPrepare(String sql)
Create a prepared statement using the givensql
string.Single<PreparedStatement>
SqlConnection. rxPrepare(String sql, PrepareOptions options)
Create a prepared statement using the givensql
string.
-