SqlResultColumnFacts

class SqlResultColumnFacts(val range: SourceRange, val alias: String? = null, val wildcard: Boolean = false)

Stable facts for a SELECT result column.

Constructors

Link copied to clipboard
constructor(range: SourceRange, alias: String? = null, wildcard: Boolean = false)

Properties

Link copied to clipboard

Alias text when the result column declares one.

Link copied to clipboard

Source range covered by the result column expression and optional alias.

Link copied to clipboard

True when the result column is a wildcard such as * or table.*.

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