Uses of Class
org.hpccsystems.commons.filter.SQLFragment
-
Packages that use SQLFragment 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 in org.hpccsystems.commons.filter
Methods in org.hpccsystems.commons.filter that return SQLFragment Modifier and Type Method Description static SQLFragmentSQLFragment. createExpressionFragment(String fragment)Creates the expression fragment.Methods in org.hpccsystems.commons.filter with parameters of type SQLFragment Modifier and Type Method Description voidSQLExpression. setPostfix(SQLFragment postfix)Sets the postfix.voidSQLExpression. setPrefix(SQLFragment prefix)Sets the prefix.
-