public class SqlJetFunctionExpression extends SqlJetExpression implements ISqlJetFunctionExpression
Constructor and Description |
---|
SqlJetFunctionExpression(org.antlr.runtime.tree.CommonTree ast) |
Modifier and Type | Method and Description |
---|---|
boolean |
areDistinctArguments() |
java.util.List<ISqlJetExpression> |
getArguments() |
java.lang.String |
getName() |
boolean |
isAll() |
java.lang.String |
toString() |
create, getValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValue
public SqlJetFunctionExpression(org.antlr.runtime.tree.CommonTree ast) throws SqlJetException
SqlJetException
public java.lang.String getName()
getName
in interface ISqlJetFunctionExpression
public boolean areDistinctArguments()
areDistinctArguments
in interface ISqlJetFunctionExpression
public java.util.List<ISqlJetExpression> getArguments()
getArguments
in interface ISqlJetFunctionExpression
public boolean isAll()
isAll
in interface ISqlJetFunctionExpression
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.