SqlSourcePatternMatch

class SqlSourcePatternMatch(val pattern: SqlDialectSourcePattern, val length: Int)

A dialect source pattern match that starts at a source token.

The length value is the number of source tokens consumed by the matched pattern expression.

Constructors

Link copied to clipboard
constructor(pattern: SqlDialectSourcePattern, length: Int)

Properties

Link copied to clipboard
val length: Int
Link copied to clipboard
Link copied to clipboard

The source-scanner roles attached to the matched pattern.

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