As

expect class As : SelectResult(source)

SelectResult.As is a SelectResult with an alias. The alias can be used as the key for accessing the result value from the query Result.

actual class As : SelectResult(source)
actual class As : SelectResult(source)

Functions

Link copied to clipboard
expect infix fun as(alias: String): SelectResult.As

Specifies the alias for the SelectResult object.

actual infix fun as(alias: String): SelectResult.As
actual infix fun as(alias: String): SelectResult.As
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