Module diesel::expression_methods [] [src]

Adds various methods to construct new expressions. These traits are exported by default, and implemented automatically.

You can rely on the methods provided by this trait existing on any Expression of the appropriate type. You should not rely on the specific traits existing, their names, or their organization.

Modules

bool_expression_methods
escape_expression_methods
global_expression_methods
text_expression_methods

Traits

ArrayExpressionMethods

PostgreSQL expression methods related to arrays.

BoolExpressionMethods
EscapeExpressionMethods

Adds the escape method to LIKE and NOT LIKE. This is used to specify the escape character for the pattern.

ExpressionMethods
NullableExpressionMethods
PgExpressionMethods

PostgreSQL expression methods which are not type specific.

PgTextExpressionMethods

PostgreSQL expression methods related to text.

PgTimestampExpressionMethods

PostgreSQL expression methods related to timestamps.

SortExpressionMethods

PostgreSQL expression methods related to sorting.

TextExpressionMethods