Uses of Class
org.hpccsystems.commons.filter.SQLOperator
-
Packages that use SQLOperator Package Description org.hpccsystems.commons.filter Provides simple SQL-like filter support, most commonly to be translated into HPCC Systems filter syntax. -
-
Uses of SQLOperator in org.hpccsystems.commons.filter
Fields in org.hpccsystems.commons.filter declared as SQLOperator Modifier and Type Field Description static SQLOperatorSQLFilter. andOperatorstatic SQLOperatorSQLFilter. orOperatorMethods in org.hpccsystems.commons.filter that return SQLOperator Modifier and Type Method Description SQLOperatorSQLExpression. getOperator()Gets the operator.SQLOperatorSQLExpression. getPreviousExpUnifier()Gets the previous exp unifier.Methods in org.hpccsystems.commons.filter with parameters of type SQLOperator Modifier and Type Method Description voidSQLExpression. setOperator(SQLOperator operator)Sets the operator.voidSQLExpression. setPreviousExpUnifier(SQLOperator prevexpunifier)Sets the previous exp unifier.
-