Uses of Class
io.vertx.mutiny.sqlclient.PreparedStatement
Packages that use PreparedStatement
Package
Description
-
Uses of PreparedStatement in io.vertx.mutiny.db2client
Methods in io.vertx.mutiny.db2client that return PreparedStatementMethods in io.vertx.mutiny.db2client that return types with arguments of type PreparedStatement -
Uses of PreparedStatement in io.vertx.mutiny.mssqlclient
Methods in io.vertx.mutiny.mssqlclient that return PreparedStatementModifier and TypeMethodDescriptionMSSQLConnection.prepareAndAwait
(String s) Blocking variant ofMSSQLConnection.prepare(String)
.Methods in io.vertx.mutiny.mssqlclient that return types with arguments of type PreparedStatementModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<PreparedStatement>
Unlike the bare Vert.x variant, this method returns aUni
. -
Uses of PreparedStatement in io.vertx.mutiny.mysqlclient
Methods in io.vertx.mutiny.mysqlclient that return PreparedStatementModifier and TypeMethodDescriptionMySQLConnection.prepareAndAwait
(String sql) Blocking variant ofMySQLConnection.prepare(String)
.Methods in io.vertx.mutiny.mysqlclient that return types with arguments of type PreparedStatementModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<PreparedStatement>
Unlike the bare Vert.x variant, this method returns aUni
. -
Uses of PreparedStatement in io.vertx.mutiny.oracleclient
Methods in io.vertx.mutiny.oracleclient that return PreparedStatementModifier and TypeMethodDescriptionOracleConnection.prepareAndAwait
(String s) Blocking variant ofSqlConnection.prepare(String)
.Methods in io.vertx.mutiny.oracleclient that return types with arguments of type PreparedStatementModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<PreparedStatement>
Unlike the bare Vert.x variant, this method returns aUni
. -
Uses of PreparedStatement in io.vertx.mutiny.pgclient
Methods in io.vertx.mutiny.pgclient that return PreparedStatementModifier and TypeMethodDescriptionPgConnection.prepareAndAwait
(String sql) Blocking variant ofPgConnection.prepare(String)
.Methods in io.vertx.mutiny.pgclient that return types with arguments of type PreparedStatementModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<PreparedStatement>
Unlike the bare Vert.x variant, this method returns aUni
. -
Uses of PreparedStatement in io.vertx.mutiny.sqlclient
Fields in io.vertx.mutiny.sqlclient with type parameters of type PreparedStatementModifier and TypeFieldDescriptionstatic final TypeArg<PreparedStatement>
PreparedStatement.__TYPE_ARG
Methods in io.vertx.mutiny.sqlclient that return PreparedStatementModifier and TypeMethodDescriptionstatic PreparedStatement
PreparedStatement.newInstance
(io.vertx.sqlclient.PreparedStatement arg) SqlConnection.prepareAndAwait
(String sql) Blocking variant ofSqlConnection.prepare(String)
.SqlConnection.prepareAndAwait
(String sql, io.vertx.sqlclient.PrepareOptions options) Blocking variant ofSqlConnection.prepare(String,PrepareOptions)
.Methods in io.vertx.mutiny.sqlclient that return types with arguments of type PreparedStatementModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<PreparedStatement>
Create a prepared statement using the givensql
string.io.smallrye.mutiny.Uni<PreparedStatement>
Create a prepared statement using the givensql
string.