public class SqlJetInValuesExpression extends SqlJetExpression implements ISqlJetInValuesExpression
Constructor and Description |
---|
SqlJetInValuesExpression(org.antlr.runtime.tree.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(org.antlr.runtime.tree.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