Interface | Description |
---|---|
Parser.IOperand |
Internal interface, to be implemented by all operands.
|
Class | Description |
---|---|
DateComparator | |
Parser |
Basic implementation of a
IParser , supporting only simple operators
referring to the content of a single column.The supporter operators include: Comparison operators. |
Parser.ComparisonOperand |
IOperand for comparison operations.
|
Parser.EqualOperand |
IOperand for equal/unequal operations.
|
Parser.REOperand |
Operand for regular expressions.
|
Parser.WildcardOperand |
Operand for wildcard expressions.
|