Package io.vertx.rxjava3.sqlclient
Class Query<T>
- java.lang.Object
-
- io.vertx.rxjava3.sqlclient.Query<T>
-
- Direct Known Subclasses:
PreparedQuery
public class Query<T> extends Object
A query. NOTE: This class has been automatically generated from theoriginalnon RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<Query>__TYPE_ARGTypeArg<T>__typeArg_0
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)io.reactivex.rxjava3.core.Single<T>execute()Execute the query.QuerygetDelegate()inthashCode()<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.rxjava3.core.Single<T>rxExecute()Execute the query.StringtoString()
-