| Package | Description | 
|---|---|
| io.vertx.rxjava3.sqlclient | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<PreparedQuery> | 
PreparedQuery.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
<U> PreparedQuery<RowSet<U>> | 
PreparedQuery.mapping(java.util.function.Function<Row,U> mapper)
 | 
static <T> PreparedQuery<T> | 
PreparedQuery.newInstance(PreparedQuery arg)  | 
static <T> PreparedQuery<T> | 
PreparedQuery.newInstance(PreparedQuery arg,
           io.vertx.lang.rx.TypeArg<T> __typeArg_T)  | 
PreparedQuery<RowSet<Row>> | 
Pool.preparedQuery(String sql)
A connection is borrowed from the connection pool when the query is executed and then immediately returned
 to the pool after it completes. 
 | 
PreparedQuery<RowSet<Row>> | 
SqlClient.preparedQuery(String sql)
Create a prepared query, one of the  
Query.execute() or executeBatch(java.util.List<io.vertx.rxjava3.sqlclient.Tuple>)
 methods must be called to execute the query. | 
PreparedQuery<RowSet<Row>> | 
SqlClient.preparedQuery(String sql,
             PrepareOptions options)
Create a prepared query, one of the  
Query.execute() or executeBatch(java.util.List<io.vertx.rxjava3.sqlclient.Tuple>)
 methods must be called to execute the query. | 
PreparedQuery<RowSet<Row>> | 
PreparedStatement.query()
Create a prepared query for this statement. 
 | 
Copyright © 2024 Eclipse. All rights reserved.