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

PostgreSQL specific expression DSL methods. This module will be glob imported by expression::dsl when compiled with the feature = "postgres" flag.

Reexports

pub use super::extensions::*;

Functions

all

Creates a PostgreSQL ALL expression.

any

Creates a PostgreSQL ANY expression.