vertx / io.vertx.ext.sql / SQLRowStream / columns

columns

abstract fun columns(): MutableList<String>

Returns all column names available in the underlying resultset. One needs to carefully use this method since in contrast to the singular version it does not perform case insensitive lookups or takes alias in consideration on the column names.

Return
the list of columns names returned by the query