<U> PreparedQuery<RowSet<U>> |
PreparedQuery.mapping(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,
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.
|