Class FunctionCallExpr

java.lang.Object
org.sqlite.parser.ast.FunctionCallExpr
All Implemented Interfaces:
Expr, ToSql

public class FunctionCallExpr extends Object implements Expr
Represents a call to a built-in function.
function-name([DISTINCT] [expr][, expr]*)