SqlDialectSourcePatternExpression

A dialect source pattern expression such as ORDER BY, LEFT [OUTER] JOIN, FETCH {FIRST|NEXT}, or FETCH {FIRST|NEXT} [ROW|ROWS].

Constructors

Link copied to clipboard
constructor(parts: List<SqlDialectSourcePatternPart>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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
fun matchPrefix(terms: List<String>): Int?

Returns the number of input terms consumed when terms match this expression from the start.

Link copied to clipboard
open override fun toString(): String