pub trait JoinHandler {
    fn build_on_predicate(
        &self,
        on_predicate: SqlExpr,
        aux_params: &ParameterMap<'_>
    ) -> Result<SqlExpr, SqlBuilderError> { ... } }

Provided Methods

Returns customized SQL on predicate

Trait Implementations

Formats the value using the given formatter. Read more

Implementors