Module diesel::expression::dsl [] [src]

Reexports various top level functions and core extensions that are too generic to export by default. This module exists to conveniently glob import in functions where you need them.

Reexports

pub use super::extensions::*;

Structs

Max
Min
now

Represents the SQL NOW() function

Functions

any

Creates a PostgreSQL ANY expression.

count

Creates a SQL COUNT expression

count_star

Creates a SQL COUNT(*) expression

date

Represents the SQL DATE() function. The argument should be a Timestamp expression, and the return value will be an expression of type Date

max

Represents a SQL MAX function. This function can only take types which are ordered.

min

Represents a SQL MIN function. This function can only take types which are ordered.

Type Definitions

date