Package-level declarations
Types
A tree node used to build the schema-completion hierarchy.
Spec for an SQL dialect tokenizer configuration.
Configuration for schemaCompletionSource.
Represents an SQL dialect with its associated language and tokenizer configuration.
Definition for an SQL dialect. All fields are optional; missing fields fall back to the default values defined in defaults.
Properties
Dialect for Cassandra's SQL-ish query language.
SQL dialect for Microsoft SQL Server.
MySQL dialect.
PL/SQL dialect.
Dialect for PostgreSQL.
SQLite dialect.
The standard SQL dialect.
The default tokens tokenizer (uses defaults dialect).
Functions
Create a completion source from a schema definition.
Returns a completion source that provides keyword completion for the given SQL dialect.
Returns a completion source that provides schema-based completion for the given config.
SQL language support for the given SQL dialect, with keyword completion, and, if provided, schema-based completion as extra extensions.
Create an ExternalTokenizer for the given DialectSpec.