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 PreparedStatementModifier and TypeMethodDescriptionDB2Connection.prepareAndAwait(String sql) Create a prepared statement using the givensqlstring.DB2Connection.prepareAndAwait(String sql, io.vertx.sqlclient.PrepareOptions options) Create a prepared statement using the givensqlstring.Methods in io.vertx.mutiny.db2client that return types with arguments of type PreparedStatementModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<PreparedStatement>Create a prepared statement using the givensqlstring.io.smallrye.mutiny.Uni<PreparedStatement>Create a prepared statement using the givensqlstring. -
Uses of PreparedStatement in io.vertx.mutiny.mssqlclient
Methods in io.vertx.mutiny.mssqlclient that return PreparedStatementModifier and TypeMethodDescriptionMSSQLConnection.prepareAndAwait(String sql) Create a prepared statement using the givensqlstring.MSSQLConnection.prepareAndAwait(String sql, io.vertx.sqlclient.PrepareOptions options) Create a prepared statement using the givensqlstring.Methods in io.vertx.mutiny.mssqlclient that return types with arguments of type PreparedStatementModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<PreparedStatement>Create a prepared statement using the givensqlstring.io.smallrye.mutiny.Uni<PreparedStatement>Create a prepared statement using the givensqlstring. -
Uses of PreparedStatement in io.vertx.mutiny.mysqlclient
Methods in io.vertx.mutiny.mysqlclient that return PreparedStatementModifier and TypeMethodDescriptionMySQLConnection.prepareAndAwait(String sql) Create a prepared statement using the givensqlstring.MySQLConnection.prepareAndAwait(String sql, io.vertx.sqlclient.PrepareOptions options) Create a prepared statement using the givensqlstring.Methods in io.vertx.mutiny.mysqlclient that return types with arguments of type PreparedStatementModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<PreparedStatement>Create a prepared statement using the givensqlstring.io.smallrye.mutiny.Uni<PreparedStatement>Create a prepared statement using the givensqlstring. -
Uses of PreparedStatement in io.vertx.mutiny.oracleclient
Methods in io.vertx.mutiny.oracleclient that return PreparedStatementModifier and TypeMethodDescriptionOracleConnection.prepareAndAwait(String sql) Create a prepared statement using the givensqlstring.OracleConnection.prepareAndAwait(String sql, io.vertx.sqlclient.PrepareOptions options) Create a prepared statement using the givensqlstring.Methods in io.vertx.mutiny.oracleclient that return types with arguments of type PreparedStatementModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<PreparedStatement>Create a prepared statement using the givensqlstring.io.smallrye.mutiny.Uni<PreparedStatement>Create a prepared statement using the givensqlstring. -
Uses of PreparedStatement in io.vertx.mutiny.pgclient
Methods in io.vertx.mutiny.pgclient that return PreparedStatementModifier and TypeMethodDescriptionPgConnection.prepareAndAwait(String sql) Create a prepared statement using the givensqlstring.PgConnection.prepareAndAwait(String sql, io.vertx.sqlclient.PrepareOptions options) Create a prepared statement using the givensqlstring.Methods in io.vertx.mutiny.pgclient that return types with arguments of type PreparedStatementModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<PreparedStatement>Create a prepared statement using the givensqlstring.io.smallrye.mutiny.Uni<PreparedStatement>Create a prepared statement using the givensqlstring. -
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_ARGMethods in io.vertx.mutiny.sqlclient that return PreparedStatementModifier and TypeMethodDescriptionPreparedStatement.closeAndForget()Close the prepared query and release its resources.static PreparedStatementPreparedStatement.newInstance(io.vertx.sqlclient.PreparedStatement delegate) Creates a new instance of thePreparedStatement.SqlConnection.prepareAndAwait(String sql) Create a prepared statement using the givensqlstring.SqlConnection.prepareAndAwait(String sql, io.vertx.sqlclient.PrepareOptions options) Create a prepared statement using the givensqlstring.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 givensqlstring.io.smallrye.mutiny.Uni<PreparedStatement>Create a prepared statement using the givensqlstring.