vertx / io.vertx.kotlin.ext.sql / ResultSet

ResultSet

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.

Parameters

columnNames - Get the column names

next - Get the next result set

output - Get the registered outputs

results - Get the results