Object

data class Object(val resultSet: ResultApi) : StatementResult

Stores the resultSet retrieved on statement execution.

Constructors

Link copied to clipboard
constructor(resultSet: ResultApi)

Properties

Link copied to clipboard