Class Operator

Class Summary
Constructor Attributes Constructor Name and Description
 
Operator(name, label, cardinality)
A SQL operator.

Class Detail

Operator(name, label, cardinality)
A SQL operator.
Parameters:
name
label
cardinality

Field Detail

{string} cardinality
The number of values. 'ZERO' such as "a IS NULL", 'ONE' such as "a = b" or 'MULTI' such as "a IN (1,2,3)"
{string} label
The text to display to the user rather than the actual SQL.
{string} name
The string to be used in the SQL.