Uses of Class
io.vertx.mutiny.sqlclient.Query
- 
Packages that use Query Package Description io.vertx.mutiny.sqlclient  - 
- 
Uses of Query in io.vertx.mutiny.sqlclient
Subclasses of Query in io.vertx.mutiny.sqlclient Modifier and Type Class Description classPreparedQuery<T>A 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 Query Modifier and Type Field Description static TypeArg<Query>Query. __TYPE_ARGMethods in io.vertx.mutiny.sqlclient that return Query Modifier and Type Method Description <U> Query<RowSet<U>>Query. mapping(Function<Row,U> mapper)static <T> Query<T>Query. newInstance(io.vertx.sqlclient.Query arg)static <T> Query<T>Query. newInstance(io.vertx.sqlclient.Query arg, TypeArg<T> __typeArg_T)Query<RowSet<Row>>Pool. query(String sql)Query<RowSet<Row>>SqlClient. query(String sql) 
 -