SQLDialect

class SQLDialect(dialect: DialectSpec, val language: LRLanguage, val spec: SqlDialectDef)

Represents an SQL dialect with its associated language and tokenizer configuration.

Constructors

Link copied to clipboard
constructor(dialect: DialectSpec, language: LRLanguage, spec: SqlDialectDef)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The language extension for this dialect.

Link copied to clipboard

The language for this dialect.

Link copied to clipboard

The spec used to define this dialect.