A SetLiteral is a SQL expression that will test if a column of table
falls within the given Set of values. This is used for Querys
where a transient Set is passed in as a parameter.
author: Kelly Grizzle version: $Revision: 1.2 $
containsMethod(SQLExpression expr) Return the BooleanExpression that results from SetLiteral.contains(SQLExpression).
Parameters: expr - The SQLExpression that is checked for membership in the Set.
Construct a SetLiteral.
Parameters: qs - The QueryStatement the SetLiteral will be used in. Parameters: value - The transient Set that is the value of the SetLiteral.
Return the BooleanExpression that results from SetLiteral.contains(SQLExpression).
Parameters: expr - The SQLExpression that is checked for membership in the Set. The BooleanExpression that results from SetLiteral.contains(SQLExpression).