Package | Description |
---|---|
io.vertx.reactivex.sqlclient | |
io.vertx.rxjava.sqlclient | |
io.vertx.sqlclient |
Modifier and Type | Method and Description |
---|---|
Query |
Query.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static <T> Query<T> |
Query.newInstance(Query arg) |
static <T> Query<T> |
Query.newInstance(Query arg,
io.vertx.lang.rx.TypeArg<T> __typeArg_T) |
Constructor and Description |
---|
Query(Query delegate) |
Modifier and Type | Method and Description |
---|---|
Query |
Query.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static <T> Query<T> |
Query.newInstance(Query arg) |
static <T> Query<T> |
Query.newInstance(Query arg,
io.vertx.lang.rx.TypeArg<T> __typeArg_T) |
Constructor and Description |
---|
Query(Query delegate) |
Modifier and Type | Interface and Description |
---|---|
interface |
PreparedQuery<T>
A query for a prepared statement allowing parameterized execution of the query, this query will use
a prepared statement.
|
Modifier and Type | Method and Description |
---|---|
<R> Query<SqlResult<R>> |
Query.collecting(java.util.stream.Collector<Row,?,R> collector)
Use the specified
collector for collecting the query result to <R> . |
<U> Query<RowSet<U>> |
Query.mapping(java.util.function.Function<Row,U> mapper)
|
Query<RowSet<Row>> |
Pool.query(String sql)
Create a query, the
execute(io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>) method must be called to execute the query. |
Query<RowSet<Row>> |
SqlClient.query(String sql)
Create a query, the
execute(io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>) method must be called to execute the query. |
Copyright © 2021 Eclipse. All rights reserved.