Modules§
- eval
- request
- Query builder layer types for TeaQL.
- serde_
utils - time
Macros§
Structs§
- Aggregate
- Aggregation
Cache Options - Audited
- A wrapper that carries a mandatory audit comment with an entity.
Only
Commented<T>has a.save()method — bare entities cannot be saved directly. This enforces the “must comment on save” policy at compile time. - Base
Entity Data - Batch
Insert Command - Batch
Update Command - Compact
Row - A database result row whose column names are shared by the whole result set.
- Continuous
Page Fetch Options - Decimal
Decimalrepresents a 128 bit representation of a fixed-precision decimal number. The finite set of values of typeDecimalare of the form m / 10e, where m is an integer such that -296 < m < 296, and e is an integer between 0 and 28 inclusive.- Delete
Command - Entity
Descriptor - Entity
Error - Entity
Graph - An annotated entity graph ready for saving.
- Entity
Graph Builder - Builder for constructing an annotated entity graph that preserves comment trace chains through the save pipeline.
- Entity
Graph Node - A single node in an annotated entity graph.
- Entity
Snapshot - Previously persisted field values used for optimistic checks and audit comparison. It cannot be passed where new mutation values are expected.
- Generated
Values - Values assigned by a persistence provider, such as generated identifiers or database defaults. They are provider output, not mutation input.
- IdSet
Pagination Options - Insert
Command - Mutation
Values - Field values intentionally supplied to a database mutation.
- Named
Expr - Object
Group By - OrderBy
- Property
Descriptor - RawSql
Projection - Recover
Command - Relation
Aggregate - Relation
Descriptor - Relation
Load - Safe
Expression - Select
Query - Slice
- Smart
List - Stream
Config - Trace
Node - Update
Command - WebAction
- WebResponse
- WebStyle
- XlsBlock
- XlsBlock
Build Context - XlsPage
- XlsWorkbook
Enums§
- Aggregate
Function - Binary
Op - Data
Type - Entity
Graph Operation - Operation hint for an entity graph node.
- Expr
- Expr
Function - Mutation
Kind - Sort
Direction - Trace
Kind - Value
Constants§
- ACTION_
LIST_ KEY - PARTITION_
RANK_ PROPERTY - Internal projection used to implement per-parent pagination for relation loads. Runtime relation attachment removes it before exposing child rows.
- STYLE_
KEY - WEB_
RESPONSE_ VERSION
Traits§
- Base
Entity - Entity
- Entity
Descriptor Store - Identifiable
Entity - Teaql
Boxed Relations - Teaql
Empty - Teaql
Entity - Versioned
Entity