Uses of Class
org.hpccsystems.commons.filter.SQLFragment.FragmentType
-
Packages that use SQLFragment.FragmentType Package Description org.hpccsystems.commons.filter Provides simple SQL-like filter support, most commonly to be translated into HPCC Systems filter syntax. -
-
Uses of SQLFragment.FragmentType in org.hpccsystems.commons.filter
Methods in org.hpccsystems.commons.filter that return SQLFragment.FragmentType Modifier and Type Method Description static SQLFragment.FragmentTypeSQLFragment. determineFragmentType(String fragStr)Determine fragment type.SQLFragment.FragmentTypeSQLExpression. getPostfixType()Gets the postfix type.SQLFragment.FragmentTypeSQLExpression. getPrefixType()Gets the prefix type.SQLFragment.FragmentTypeSQLFragment. getType()Gets the type.static SQLFragment.FragmentTypeSQLFragment.FragmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLFragment.FragmentType[]SQLFragment.FragmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hpccsystems.commons.filter with parameters of type SQLFragment.FragmentType Modifier and Type Method Description voidSQLFragment. setType(SQLFragment.FragmentType type)Sets the type.
-