public class Query<T> extends Object
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static TypeArg<Query> |
__TYPE_ARG |
TypeArg<T> |
__typeArg_0 |
| Constructor and Description |
|---|
Query(Object delegate,
TypeArg<T> typeArg_0) |
Query(Query delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
void |
execute(Handler<AsyncResult<T>> handler)
Execute the query.
|
Query |
getDelegate() |
int |
hashCode() |
<U> Query<RowSet<U>> |
mapping(Function<Row,U> mapper)
|
static <T> Query<T> |
newInstance(Query arg) |
static <T> Query<T> |
newInstance(Query arg,
TypeArg<T> __typeArg_T) |
io.reactivex.Single<T> |
rxExecute()
Execute the query.
|
String |
toString() |
public Query(Query delegate)
public Query getDelegate()
public void execute(Handler<AsyncResult<T>> handler)
handler - the handler receiving the responsepublic io.reactivex.Single<T> rxExecute()
Copyright © 2020 Eclipse. All rights reserved.