Class SqlJetFunctionExpression
- java.lang.Object
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetFunctionExpression
-
- All Implemented Interfaces:
ISqlJetExpression,ISqlJetFunctionExpression
public class SqlJetFunctionExpression extends SqlJetExpression implements ISqlJetFunctionExpression
-
-
Constructor Summary
Constructors Constructor Description SqlJetFunctionExpression(org.antlr.runtime.tree.CommonTree ast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanareDistinctArguments()java.util.List<ISqlJetExpression>getArguments()java.lang.StringgetName()booleanisAll()java.lang.StringtoString()-
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
create, getValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
-
-
-
Constructor Detail
-
SqlJetFunctionExpression
public SqlJetFunctionExpression(org.antlr.runtime.tree.CommonTree ast) throws SqlJetException- Throws:
SqlJetException
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceISqlJetFunctionExpression
-
areDistinctArguments
public boolean areDistinctArguments()
- Specified by:
areDistinctArgumentsin interfaceISqlJetFunctionExpression
-
getArguments
public java.util.List<ISqlJetExpression> getArguments()
- Specified by:
getArgumentsin interfaceISqlJetFunctionExpression
-
isAll
public boolean isAll()
- Specified by:
isAllin interfaceISqlJetFunctionExpression
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-