First page Back Continue Last page Overview Graphics


Notes:

Boolean expressions can use the bitwise operators in ruby to represent the logical operators in SQL.

The ampersand in ruby represents AND in SQL. The pipe in ruby represents OR in SQL. The tilde in ruby represents NOT in SQL.

These operators return other BooleanExpression instances.