Module query

Source
Expand description

Defines structs and functions for representing SQL queries.

Structs§

AlterTable
Case
CreateIndex
Create index action for a table
CreateSchema
CreateTable
Create table action
Cte
Common table expression
DropTable
Create table action
From
GroupBy
Insert
Join
OrderBy
Select
A SELECT query.
SelectColumn
Represents a column of a SELECT statement.
Union
Update
Value

Enums§

AlterAction
Alter table action
AlterColumnAction
Conflict
Criteria
CteQuery
Direction
The direction of a column in an ORDER BY clause.
Expr
IndexType
JoinTable
JoinType
OnConflict
Operation
SelectExpression
Represents a select column value.
Values
Where