Modifier and Type | Field | Description |
---|---|---|
List<Expr> |
args |
|
Distinctness |
distinctness |
|
String |
name |
Constructor | Description |
---|---|
FunctionCallExpr(String name,
Distinctness distinctness,
List<Expr> args) |
Modifier and Type | Method | Description |
---|---|---|
static FunctionCallExpr |
from(String name,
Expr... args) |
|
static FunctionCallExpr |
lower(Expr expr) |
|
void |
toSql(Appendable a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comma, commaNames, doubleQuote, isEmpty, isNotEmpty, nullToEmpty, requireNotEmpty, singleQuote, toSql
public final String name
public final Distinctness distinctness
public FunctionCallExpr(String name, Distinctness distinctness, List<Expr> args)
public static FunctionCallExpr lower(Expr expr)
public static FunctionCallExpr from(String name, Expr... args)
public void toSql(Appendable a) throws IOException
toSql
in interface ToSql
IOException
Copyright © 2018. All rights reserved.