fun ResultSet(columnNames: Iterable<String>? = null, next: ResultSet? = null, output: JsonArray? = null, results: Iterable<JsonArray>? = null): ResultSet
A function providing a DSL for building io.vertx.ext.sql.ResultSet objects.
Represents the results of a SQL query.
columnNames
- Get the column names
next
- Get the next result set