Uses of Interface
io.vertx.sqlclient.Query
Packages that use Query
-
Uses of Query in io.vertx.reactivex.sqlclient
Methods in io.vertx.reactivex.sqlclient that return QueryMethods in io.vertx.reactivex.sqlclient with parameters of type QueryModifier and TypeMethodDescriptionstatic <T> Query<T> Query.newInstance(Query arg) static <T> Query<T> Query.newInstance(Query arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) Constructors in io.vertx.reactivex.sqlclient with parameters of type Query -
Uses of Query in io.vertx.rxjava3.sqlclient
Methods in io.vertx.rxjava3.sqlclient that return QueryMethods in io.vertx.rxjava3.sqlclient with parameters of type QueryModifier and TypeMethodDescriptionstatic <T> Query<T> Query.newInstance(Query arg) static <T> Query<T> Query.newInstance(Query arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) Constructors in io.vertx.rxjava3.sqlclient with parameters of type Query -
Uses of Query in io.vertx.sqlclient
Subinterfaces of Query in io.vertx.sqlclientModifier and TypeInterfaceDescriptioninterfaceA query for a prepared statement allowing parameterized execution of the query, this query will use a prepared statement.Methods in io.vertx.sqlclient that return QueryModifier and TypeMethodDescriptionQuery.collecting(Collector<Row, ?, R> collector) Use the specifiedcollectorfor collecting the query result to<R>.Create a query, theQuery.execute()method must be called to execute the query.Create a query, theQuery.execute()method must be called to execute the query.