class EDC_LIKE_EXPRESSION
Summary
Overview
creation features
exported features
accept (a_visitor: ESE_VISITOR)
effective procedure
Accept to be visited by the visitor.
writable attribute
writable attribute
can_call: BOOLEAN
effective function
open_count: INTEGER_32
effective function
matches (a_columns: TRAVERSABLE[EDC_COLUMN], a_data: TRAVERSABLE[EDC_DATUM]): BOOLEAN
effective function
True if the expression matches for the given columns and data.
can_match (a_column: EDC_COLUMN): BOOLEAN
effective function
True if the expression can match for the column a_column (i.e. not necessarily matches, but can).
infix "and" (other: EDC_EXPRESSION): EDC_EXPRESSION
effective function
infix "or" (other: EDC_EXPRESSION): EDC_EXPRESSION
effective function
prefix "not": EDC_EXPRESSION
effective function