public class PreparedQuery<T> extends Query<T>
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static TypeArg<PreparedQuery> |
__TYPE_ARG |
TypeArg<T> |
__typeArg_0 |
| Constructor and Description |
|---|
PreparedQuery(Object delegate,
TypeArg<T> typeArg_0) |
PreparedQuery(io.vertx.sqlclient.PreparedQuery delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
io.reactivex.rxjava3.core.Single<T> |
execute()
Execute the query.
|
io.reactivex.rxjava3.core.Single<T> |
execute(Tuple tuple)
Execute the query.
|
io.reactivex.rxjava3.core.Single<T> |
executeBatch(List<Tuple> batch)
Execute the query with a batch of tuples.
|
io.vertx.sqlclient.PreparedQuery |
getDelegate() |
int |
hashCode() |
<U> PreparedQuery<RowSet<U>> |
mapping(Function<Row,U> mapper)
|
static <T> PreparedQuery<T> |
newInstance(io.vertx.sqlclient.PreparedQuery arg) |
static <T> PreparedQuery<T> |
newInstance(io.vertx.sqlclient.PreparedQuery arg,
TypeArg<T> __typeArg_T) |
io.reactivex.rxjava3.core.Single<T> |
rxExecute()
Execute the query.
|
io.reactivex.rxjava3.core.Single<T> |
rxExecute(Tuple tuple)
Execute the query.
|
io.reactivex.rxjava3.core.Single<T> |
rxExecuteBatch(List<Tuple> batch)
Execute the query with a batch of tuples.
|
String |
toString() |
newInstance, newInstancepublic static final TypeArg<PreparedQuery> __TYPE_ARG
public io.vertx.sqlclient.PreparedQuery getDelegate()
getDelegate in class Query<T>public io.reactivex.rxjava3.core.Single<T> execute()
public io.reactivex.rxjava3.core.Single<T> rxExecute()
public io.reactivex.rxjava3.core.Single<T> execute(Tuple tuple)
tuple - public io.reactivex.rxjava3.core.Single<T> rxExecute(Tuple tuple)
tuple - public io.reactivex.rxjava3.core.Single<T> executeBatch(List<Tuple> batch)
batch - the batch of tuplespublic io.reactivex.rxjava3.core.Single<T> rxExecuteBatch(List<Tuple> batch)
batch - the batch of tuplespublic <U> PreparedQuery<RowSet<U>> mapping(Function<Row,U> mapper)
public static <T> PreparedQuery<T> newInstance(io.vertx.sqlclient.PreparedQuery arg)
public static <T> PreparedQuery<T> newInstance(io.vertx.sqlclient.PreparedQuery arg, TypeArg<T> __typeArg_T)
Copyright © 2022 Eclipse. All rights reserved.