Package io.vertx.rxjava3.sqlclient
Class Query<T>
java.lang.Object
io.vertx.rxjava3.sqlclient.Query<T>
- All Implemented Interfaces:
RxDelegate
- Direct Known Subclasses:
PreparedQuery
A query.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.reactivex.rxjava3.core.Single<T>execute()Execute the query.inthashCode()static <T> Query<T>newInstance(Query arg) static <T> Query<T>newInstance(Query arg, TypeArg<T> __typeArg_T) io.reactivex.rxjava3.core.Single<T>Execute the query.toString()
-
Field Details
-
__TYPE_ARG
-
__typeArg_0
-
-
Constructor Details
-
Query
-
Query
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
getDelegate
- Specified by:
getDelegatein interfaceRxDelegate
-
execute
Execute the query.- Returns:
- a future notified with the result
-
rxExecute
Execute the query.- Returns:
- a future notified with the result
-
mapping
- Parameters:
mapper-- Returns:
-
newInstance
-
newInstance
-