class documentation

produce a wrapping element for a case-insensitive portion of an ILIKE construct. The construct usually renders the ``lower()`` function, but on PostgreSQL will pass silently with the assumption that "ILIKE" is being used. .. versionadded:: 2.0

Method __init__ Undocumented
Method self_group Undocumented
Class Variable __slots__ Undocumented
Class Variable __visit_name__ Undocumented
Instance Variable comparator Undocumented
Instance Variable element Undocumented
Property proxy_set Undocumented
Property type Undocumented
Method _with_binary_element_type Undocumented

Inherited from BinaryElementRole:

Class Variable _role_name Undocumented

Inherited from ExpressionElementRole (via BinaryElementRole):

Method label Undocumented

Inherited from ColumnsClauseRole (via BinaryElementRole, ExpressionElementRole, TypedColumnsClauseRole, CompilerColumnElement, DMLColumnRole, DDLConstraintColumnRole):

Property _select_iterable Undocumented

Inherited from AllowsLambdaRole (via BinaryElementRole, ExpressionElementRole, TypedColumnsClauseRole, CompilerColumnElement, DMLColumnRole, DDLConstraintColumnRole, ColumnsClauseRole):

Class Variable allows_lambda Undocumented

Inherited from UsesInspection (via BinaryElementRole, ExpressionElementRole, TypedColumnsClauseRole, CompilerColumnElement, DMLColumnRole, DDLConstraintColumnRole, ColumnsClauseRole, AllowsLambdaRole):

Class Variable uses_inspection Undocumented
Class Variable _post_inspect Undocumented

Inherited from CompilerElement (via BinaryElementRole, ExpressionElementRole, TypedColumnsClauseRole, CompilerColumnElement, DMLColumnRole, DDLConstraintColumnRole, ColumnsClauseRole, AllowsLambdaRole, UsesInspection, ColumnListRole, SQLRole):

Method __str__ Undocumented
Method compile Compile this SQL expression.
Class Variable stringify_dialect Undocumented
Class Variable supports_execution Undocumented
Method _compiler Return a compiler appropriate for this ClauseElement, given a Dialect.

Inherited from Visitable (via BinaryElementRole, ExpressionElementRole, TypedColumnsClauseRole, CompilerColumnElement, DMLColumnRole, DDLConstraintColumnRole, ColumnsClauseRole, AllowsLambdaRole, UsesInspection, ColumnListRole, SQLRole, CompilerElement):

Method __class_getitem__ Undocumented
Method __init_subclass__ Undocumented
Class Method _generate_compiler_dispatch Undocumented
Method _compiler_dispatch Undocumented
Class Variable _original_compiler_dispatch Undocumented
def __init__(self, element): (source)

Undocumented

def self_group(self, **kw): (source)

Undocumented

comparator = (source)

Undocumented

Undocumented

Undocumented

Undocumented

def _with_binary_element_type(self, type_): (source)

Undocumented