Package org.jparsec.examples.sql.ast
Class FunctionExpression
java.lang.Object
org.jparsec.examples.common.ValueObject
org.jparsec.examples.sql.ast.FunctionExpression
- All Implemented Interfaces:
Expression
A function call.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FunctionExpression
of
(QualifiedName function, Expression... args) Methods inherited from class org.jparsec.examples.common.ValueObject
equals, hashCode, toString
-
Field Details
-
function
-
args
-
-
Constructor Details
-
FunctionExpression
-
-
Method Details
-
of
-