Uses of Class
io.vertx.mutiny.sqlclient.Query
Packages that use Query
-
Uses of Query in io.vertx.mutiny.sqlclient
Subclasses of Query in io.vertx.mutiny.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.mutiny.sqlclient with type parameters of type QueryMethods in io.vertx.mutiny.sqlclient that return QueryModifier and TypeMethodDescriptionQuery.executeAndForget()Execute the query.static <T> Query<T>Query.newInstance(io.vertx.sqlclient.Query<T> delegate) Creates a new instance of theQuery.static <T> Query<T>Query.newInstance(io.vertx.sqlclient.Query<T> delegate, TypeArg<T> typeArg_0) Creates a new instance of theQuery.Create a query, theexecute()method must be called to execute the query.Create a query, theexecute()method must be called to execute the query.