Module mz_sql::query_model
source · [−]Structs
A Query Graph Model instance represents a SQL query. See the design doc for details.
Enums
Enum that describes the DISTINCT property of a QueryBox
.
Errors that can occur while handling a QGM model.
An enum consisting of variants corresponding to the different types of constraint violations that can be detected as part of model validation.
Type Definitions
The Result
type returned by Model::validate
.