ResultSet

class ResultSet

The metadata and rows that make up a query result set. The metadata describes the column structure and data types. To return a ResultSet object, use GetQueryResults.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The metadata that describes the column structure and data types of a table of query results.

Link copied to clipboard
val rows: List<Row>?

The rows in the table.

Functions

Link copied to clipboard
inline fun copy(block: ResultSet.Builder.() -> Unit = {}): ResultSet
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String