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, getValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValue
public SqlJetInValuesExpression(CommonTree ast) throws SqlJetException
SqlJetException
public ISqlJetExpression getExpression()
getExpression
in interface ISqlJetInExpression
public boolean isNot()
isNot
in interface ISqlJetInExpression
public java.util.List<ISqlJetExpression> getValues()
getValues
in interface ISqlJetInValuesExpression
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.