Package-level declarations
Types
Link copied to clipboard
Represents a base class for all SQL table constraints.
Link copied to clipboard
interface ConstraintBuilder
Provides a Kotlin DSL for defining table-level constraints within a KQLiteTable definition.
Link copied to clipboard
interface ForeignKeyConstraint
Represents a FOREIGN KEY in a KQLiteTable.
Link copied to clipboard
interface Index
Represents a database INDEX created using IndexBuilder.
Link copied to clipboard
A DSL builder for creating INDEX and UNIQUE INDEX constraints on a table.
Link copied to clipboard
Represents the INITIALLY clause in a ForeignKeyConstraint.
Link copied to clipboard
interface PrimaryKeyConstraint
Represents a PRIMARY KEY constraint in a com.kqlite.table.KQLiteTable.
Link copied to clipboard
interface UniqueConstraint
Represents a UNIQUE constraint in a com.kqlite.table.KQLiteTable.