Uses of Class
org.hpccsystems.commons.filter.SQLOperator.OperatorType
-
Packages that use SQLOperator.OperatorType 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.OperatorType in org.hpccsystems.commons.filter
Methods in org.hpccsystems.commons.filter that return SQLOperator.OperatorType Modifier and Type Method Description SQLOperator.OperatorTypeSQLOperator. getType()Gets the type.static SQLOperator.OperatorTypeSQLOperator.OperatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLOperator.OperatorType[]SQLOperator.OperatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-