SqlDelightDialect

Properties

Link copied to clipboard

Whether the dialect supports reference cycles in CREATE TABLE statements.

Link copied to clipboard

Dialect-specific runtime types for async drivers

Link copied to clipboard
Link copied to clipboard
abstract val icon: Icon
Link copied to clipboard
open val isSqlite: Boolean

SQLite receives special treatment in the IDE.

Link copied to clipboard
Link copied to clipboard

Dialect-specific runtime types

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun setup()

Called when this dialect should initialize its parser.

Link copied to clipboard
abstract fun typeResolver(parentResolver: TypeResolver): TypeResolver

A type resolver specific to this dialect.