Class Query<T>
java.lang.Object
io.vertx.rxjava3.sqlclient.Query<T>
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
- Direct Known Subclasses:
PreparedQuery
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute()Execute the query.inthashCode()static <T> Query<T> newInstance(Query arg) static <T> Query<T> newInstance(Query arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) Execute the query.toString()
-
Field Details
-
__TYPE_ARG
-
__typeArg_0
-
-
Constructor Details
-
Query
-
Query
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
execute
-
rxExecute
-
mapping
-
newInstance
-
newInstance
-