public final class JSqlParserUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static net.sf.jsqlparser.expression.Function |
getJSqlCount(List<String> countFields,
boolean distinct)
Generates a count function call, based on the
countFields. |
static net.sf.jsqlparser.expression.Function |
getJSqlLower(String column)
Generates a lower function call, based on the
column. |
public static net.sf.jsqlparser.expression.Function getJSqlCount(List<String> countFields, boolean distinct)
countFields.countFields - the non-empty list of fields that are used for countingdistinct - if it should be a distinct countpublic static net.sf.jsqlparser.expression.Function getJSqlLower(String column)
column.column - the non-empty column to use as param for lowerCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.