Class PreparedQuery<T>
java.lang.Object
io.vertx.reactivex.sqlclient.Query<T>
io.vertx.reactivex.sqlclient.PreparedQuery<T>
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
A query for a prepared statement allowing parameterized execution of the query, this query will use
a prepared statement.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<PreparedQuery> final io.vertx.lang.rx.TypeArg<T> -
Constructor Summary
ConstructorsConstructorDescriptionPreparedQuery(PreparedQuery delegate) PreparedQuery(Object delegate, io.vertx.lang.rx.TypeArg<T> typeArg_0) -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute()Execute the query.Execute the query.executeBatch(List<Tuple> batch) Execute the query with a batch of tuples.inthashCode()<U> PreparedQuery<RowSet<U>> static <T> PreparedQuery<T> newInstance(PreparedQuery arg) static <T> PreparedQuery<T> newInstance(PreparedQuery arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) Execute the query.Execute the query.rxExecuteBatch(List<Tuple> batch) Execute the query with a batch of tuples.toString()Methods inherited from class Query
newInstance, newInstance
-
Field Details
-
__TYPE_ARG
-
__typeArg_0
-
-
Constructor Details
-
PreparedQuery
-
PreparedQuery
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate- Overrides:
getDelegatein classQuery<T>
-
execute
-
rxExecute
-
execute
-
rxExecute
-
executeBatch
-
rxExecuteBatch
-
mapping
-
newInstance
-
newInstance
public static <T> PreparedQuery<T> newInstance(PreparedQuery arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T)
-