SqlQualifiedReferenceFacts

class SqlQualifiedReferenceFacts(val range: SourceRange, val qualifier: String, val name: String)

Stable facts for a qualified reference such as table.column.

The model records source syntax only. It does not claim that the qualifier resolves to a table in scope or that the name resolves to a real column.

Constructors

Link copied to clipboard
constructor(range: SourceRange, qualifier: String, name: String)

Properties

Link copied to clipboard

Referenced name after the dot.

Link copied to clipboard

Qualifier text before the dot.

Link copied to clipboard

Source range covered by the whole qualified reference.

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