Skip to content

ResultSet

[Source]

A query result containing rows. Returned for SELECT and other row-returning statements. Provides access to the returned Rows and the command tag string (e.g., "SELECT").

class val ResultSet

Constructors

create

[Source]

new val create(
  query': Query,
  rows': Rows val,
  command': String val)
: ResultSet val^

Parameters

Returns


Public Functions

query

[Source]

fun box query()
: Query

Returns


rows

[Source]

fun box rows()
: Rows val

Returns


command

[Source]

fun box command()
: String val

Returns