public class SqlJetInValuesExpression extends SqlJetExpression implements ISqlJetInValuesExpression
| Constructor and Description |
|---|
SqlJetInValuesExpression(CommonTree ast) |
| Modifier and Type | Method and Description |
|---|---|
ISqlJetExpression |
getExpression() |
java.util.List<ISqlJetExpression> |
getValues() |
boolean |
isNot() |
java.lang.String |
toString() |
create, getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValuepublic SqlJetInValuesExpression(CommonTree ast)
throws SqlJetException
SqlJetExceptionpublic ISqlJetExpression getExpression()
getExpression in interface ISqlJetInExpressionpublic boolean isNot()
isNot in interface ISqlJetInExpressionpublic java.util.List<ISqlJetExpression> getValues()
getValues in interface ISqlJetInValuesExpressionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2009-2010 TMate Software Ltd. All Rights Reserved.