SqlAlias

class SqlAlias

Represents a single entry in the list of values for SqlAliases.

Types

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

Properties

Link copied to clipboard

A temporary name given to a table, or a column in a table.

Link copied to clipboard

A table, or a column in a table.

Functions

Link copied to clipboard
inline fun copy(block: SqlAlias.Builder.() -> Unit = {}): SqlAlias
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