SelectResult

expect open class SelectResult(source)

SelectResult represents a single return value of the query statement.

Inheritors

actual open class SelectResult : DelegatedClass<<Error class: unknown class>> (source)

Inheritors

actual open class SelectResult(source)

Inheritors

Types

Link copied to clipboard
expect class As : SelectResult

SelectResult.As is a SelectResult that you can specify an alias name to it. The alias name can be used as the key for accessing the result value from the query Result object.

actual class As : SelectResult
actual class As : SelectResult
Link copied to clipboard
expect object Companion
actual object Companion
actual object Companion
Link copied to clipboard
expect class From : SelectResult

SelectResult.From is a SelectResult that you can specify the data source alias name.

actual class From : SelectResult
actual class From : SelectResult

Functions

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