Uses of Class
io.vertx.rxjava3.sqlclient.Query
Packages that use Query
-
Uses of Query in io.vertx.rxjava3.sqlclient
Subclasses of Query in io.vertx.rxjava3.sqlclientModifier and TypeClassDescriptionclassA query for a prepared statement allowing parameterized execution of the query, this query will use a prepared statement.Fields in io.vertx.rxjava3.sqlclient with type parameters of type QueryMethods in io.vertx.rxjava3.sqlclient that return 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) A connection is borrowed from the connection pool when the query is executed and then immediately returned to the pool after it completes.Create a query, theQuery.execute()method must be called to execute the query.