<U> PreparedQuery<RowSet<U>> |
PreparedQuery.mapping(java.util.function.Function<Row,U> mapper)
Use the specified mapper for mapping Row to
.
|
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)
|
PreparedQuery<RowSet<Row>> |
SqlClient.preparedQuery(String sql,
PrepareOptions options)
|
PreparedQuery<RowSet<Row>> |
PreparedStatement.query()
Create a prepared query for this statement.
|