public class SqlJetFunctionExpression extends SqlJetExpression implements ISqlJetFunctionExpression
| Constructor and Description |
|---|
SqlJetFunctionExpression(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, getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValuepublic SqlJetFunctionExpression(CommonTree ast)
throws SqlJetException
SqlJetExceptionpublic java.lang.String getName()
getName in interface ISqlJetFunctionExpressionpublic boolean areDistinctArguments()
areDistinctArguments in interface ISqlJetFunctionExpressionpublic java.util.List<ISqlJetExpression> getArguments()
getArguments in interface ISqlJetFunctionExpressionpublic boolean isAll()
isAll in interface ISqlJetFunctionExpressionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2009-2010 TMate Software Ltd. All Rights Reserved.