Skip to main content

reverse

Function reverse 

Source
pub fn reverse<'a, V, E>(
    expr: E,
) -> SQLExpr<'a, V, <V::DialectMarker as DialectTypes>::Text, E::Nullable, E::Aggregate>
where V: SQLParam + 'a, V::DialectMarker: PostgresStringSupport, E: Expr<'a, V>, E::SQLType: Textual,
Expand description

REVERSE - reverses a string (PostgreSQL).

Preserves the nullability of the input expression.