Uses of Class
io.vertx.rxjava3.sqlclient.SqlResult
Packages that use SqlResult
-
Uses of SqlResult in io.vertx.rxjava3.sqlclient
Subclasses of SqlResult in io.vertx.rxjava3.sqlclientModifier and TypeClassDescriptionclassRowSet<R>The execution result of the row set of a query provided as, commonly used as aRowSet.Fields in io.vertx.rxjava3.sqlclient with type parameters of type SqlResultModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<SqlResult> SqlResult.__TYPE_ARGMethods in io.vertx.rxjava3.sqlclient that return SqlResultModifier and TypeMethodDescriptionstatic <T> SqlResult<T> SqlResult.newInstance(SqlResult arg) static <T> SqlResult<T> SqlResult.newInstance(SqlResult arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) SqlResult.next()Return the next available result ornull, e.g for a simple query that executed multiple queries or for a batch result. -
Uses of SqlResult in io.vertx.rxjava3.sqlclient.templates
Methods in io.vertx.rxjava3.sqlclient.templates that return types with arguments of type SqlResult