Class SqlInfixOperator

Direct Known Subclasses:
SqlBetweenOperator

public class SqlInfixOperator extends SqlSpecialOperator
A generalization of a binary operator to involve several (two or more) arguments, and keywords between each pair of arguments.

For example, the BETWEEN operator is ternary, and has syntax exp1 BETWEEN exp2 AND exp3.