Expand description
Defines structs and functions for representing SQL queries.
Structs§
- Alter
Table - Case
- Create
Schema - Cte
- Common table expression
- Drop
Table - Create table action
- From
- GroupBy
- Insert
- Join
- OrderBy
- Select
- A SELECT query.
- Select
Column - Represents a column of a SELECT statement.
- Union
- Update
- Value
Enums§
- Alter
Action - Alter table action
- Alter
Column Action - Conflict
- Criteria
- CteQuery
- Direction
- The direction of a column in an ORDER BY clause.
- Expr
- Join
Table - Join
Type - Nulls
Order - OnConflict
- Operation
- Select
Expression - Represents a select column value.
- Values
- Where