Types

Link copied to clipboard

Marks a term that cannot be a result alias.

Link copied to clipboard

Starts an ALTER TABLE statement.

Link copied to clipboard

Marks a boolean operator.

Link copied to clipboard

Starts or ends a major SQL clause.

Link copied to clipboard

Marks a function that should be replaced with COALESCE.

Link copied to clipboard

Adds a column to an existing table.

Link copied to clipboard

Alters a column in an existing table.

Link copied to clipboard

Starts a column constraint.

Link copied to clipboard

Changes an existing column to NOT NULL.

Link copied to clipboard

Marks a common SQL function name.

Link copied to clipboard

Adds a table constraint.

Link copied to clipboard

Starts a CREATE INDEX statement.

Link copied to clipboard

Starts a CREATE TABLE statement.

Link copied to clipboard

Marks a SQL data type name.

Link copied to clipboard

Starts a default-value clause.

Link copied to clipboard

Continues an expression at the same syntactic level.

Link copied to clipboard

Ends a GROUP BY target list.

Link copied to clipboard

Marks a function that can make index usage harder in predicates.

Link copied to clipboard

Ends a join condition segment.

Link copied to clipboard

Marks a join type modifier.

Link copied to clipboard

Marks a token checked by keyword casing rules.

Link copied to clipboard

Starts a major clause that should appear on its own line.

Link copied to clipboard

Ends an ORDER BY target list.

Link copied to clipboard

Continues an expression inside parentheses.

Link copied to clipboard

Ends a predicate clause.

Link copied to clipboard

Starts a predicate clause.

Link copied to clipboard

Marks a primary-key constraint.

Link copied to clipboard

Starts a select target list.

Link copied to clipboard

Marks a set operator.

Link copied to clipboard

Starts a SQLDelight executable query statement.

Link copied to clipboard

Marks a SQLDelight storage type that can be mapped to a Kotlin type.

Link copied to clipboard

Starts a SQLDelight statement or declaration body.

Link copied to clipboard

Continues a statement after a SQLDelight prefix.

Link copied to clipboard

Starts a SQL statement.

Link copied to clipboard

Starts a table constraint.

Link copied to clipboard

Ends a table reference segment.

Link copied to clipboard

Ends an explicit transaction.

Link copied to clipboard

Starts an explicit transaction.