Module sea_orm::entity::prelude[][src]

Re-exports

pub use crate::error::*;

Structs

ISO 8601 combined date and time without timezone.

Decimal represents a 128 bit representation of a fixed-precision decimal number. The finite set of values of type Decimal are 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.

A Universally Unique Identifier (UUID).

Enums

Represents any valid JSON value.

Value variants

Traits

Behaviors for users to override

Wrapper of the identically named method in sea_query::Expr

An Entity implementing EntityTrait represents a table in a database.

Identifier in query

Derive Macros