Package org.sqlite.parser.ast
Class FunctionCallExpr
java.lang.Object
org.sqlite.parser.ast.FunctionCallExpr
Represents a call to a built-in function.
function-name([DISTINCT] [expr][, expr]*)
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFunctionCallExpr
(String name, Distinctness distinctness, List<Expr> args, Window overClause) -
Method Summary
Modifier and TypeMethodDescriptionstatic FunctionCallExpr
static FunctionCallExpr
void
toSql
(Appendable a)
-
Field Details
-
name
-
distinctness
-
args
-
overClause
-
-
Constructor Details
-
FunctionCallExpr
-
-
Method Details
-
lower
-
from
-
toSql
- Specified by:
toSql
in interfaceToSql
- Throws:
IOException
-