<U> PreparedQuery<RowSet<U>> |
PreparedQuery.mapping(java.util.function.Function<Row,U> mapper)
Use the specified mapper for mapping Row to <U> .
|
<U> Query<RowSet<U>> |
Query.mapping(java.util.function.Function<Row,U> mapper)
Use the specified mapper for mapping Row to <U> .
|
PreparedQuery<RowSet<Row>> |
Pool.preparedQuery(String sql)
|
PreparedQuery<RowSet<Row>> |
SqlClient.preparedQuery(String sql)
|
PreparedQuery<RowSet<Row>> |
PreparedStatement.query()
Create a prepared query for this statement.
|
Query<RowSet<Row>> |
Pool.query(String sql)
|
Query<RowSet<Row>> |
SqlClient.query(String sql)
|