Uses of Class
io.vertx.reactivex.sqlclient.PreparedStatement
-
-
Uses of PreparedStatement in io.vertx.reactivex.db2client
Methods in io.vertx.reactivex.db2client that return types with arguments of type PreparedStatement Modifier and Type Method Description io.reactivex.Single<PreparedStatement>DB2Connection. rxPrepare(String sql)Method parameters in io.vertx.reactivex.db2client with type arguments of type PreparedStatement Modifier and Type Method Description DB2ConnectionDB2Connection. prepare(String sql, Handler<AsyncResult<PreparedStatement>> handler) -
Uses of PreparedStatement in io.vertx.reactivex.mssqlclient
Methods in io.vertx.reactivex.mssqlclient that return types with arguments of type PreparedStatement Modifier and Type Method Description io.reactivex.Single<PreparedStatement>MSSQLConnection. rxPrepare(String s)Method parameters in io.vertx.reactivex.mssqlclient with type arguments of type PreparedStatement Modifier and Type Method Description MSSQLConnectionMSSQLConnection. prepare(String s, Handler<AsyncResult<PreparedStatement>> handler) -
Uses of PreparedStatement in io.vertx.reactivex.mysqlclient
Methods in io.vertx.reactivex.mysqlclient that return types with arguments of type PreparedStatement Modifier and Type Method Description io.reactivex.Single<PreparedStatement>MySQLConnection. rxPrepare(String sql)Method parameters in io.vertx.reactivex.mysqlclient with type arguments of type PreparedStatement Modifier and Type Method Description MySQLConnectionMySQLConnection. prepare(String sql, Handler<AsyncResult<PreparedStatement>> handler) -
Uses of PreparedStatement in io.vertx.reactivex.oracleclient
Methods in io.vertx.reactivex.oracleclient that return types with arguments of type PreparedStatement Modifier and Type Method Description io.reactivex.Single<PreparedStatement>OracleConnection. rxPrepare(String s)Method parameters in io.vertx.reactivex.oracleclient with type arguments of type PreparedStatement Modifier and Type Method Description OracleConnectionOracleConnection. prepare(String s, Handler<AsyncResult<PreparedStatement>> handler) -
Uses of PreparedStatement in io.vertx.reactivex.pgclient
Methods in io.vertx.reactivex.pgclient that return types with arguments of type PreparedStatement Modifier and Type Method Description io.reactivex.Single<PreparedStatement>PgConnection. rxPrepare(String sql)Method parameters in io.vertx.reactivex.pgclient with type arguments of type PreparedStatement Modifier and Type Method Description PgConnectionPgConnection. prepare(String sql, Handler<AsyncResult<PreparedStatement>> handler) -
Uses of PreparedStatement in io.vertx.reactivex.sqlclient
Fields in io.vertx.reactivex.sqlclient with type parameters of type PreparedStatement Modifier and Type Field Description static TypeArg<PreparedStatement>PreparedStatement. __TYPE_ARGMethods in io.vertx.reactivex.sqlclient that return PreparedStatement Modifier and Type Method Description static PreparedStatementPreparedStatement. newInstance(PreparedStatement arg)Methods in io.vertx.reactivex.sqlclient that return types with arguments of type PreparedStatement Modifier and Type Method Description io.reactivex.Single<PreparedStatement>SqlConnection. rxPrepare(String sql)Create a prepared statement using the givensqlstring.io.reactivex.Single<PreparedStatement>SqlConnection. rxPrepare(String sql, PrepareOptions options)Create a prepared statement using the givensqlstring.Method parameters in io.vertx.reactivex.sqlclient with type arguments of type PreparedStatement Modifier and Type Method Description SqlConnectionSqlConnection. prepare(String sql, Handler<AsyncResult<PreparedStatement>> handler)Create a prepared statement using the givensqlstring.SqlConnectionSqlConnection. prepare(String sql, PrepareOptions options, Handler<AsyncResult<PreparedStatement>> handler)Create a prepared statement using the givensqlstring.
-