Package io.vertx.reactivex.sqlclient
Class Query<T>
java.lang.Object
io.vertx.reactivex.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
-
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
-