Class SqlJetInValuesExpression
- java.lang.Object
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetInValuesExpression
-
- All Implemented Interfaces:
ISqlJetExpression,ISqlJetInExpression,ISqlJetInValuesExpression
public class SqlJetInValuesExpression extends SqlJetExpression implements ISqlJetInValuesExpression
-
-
Constructor Summary
Constructors Constructor Description SqlJetInValuesExpression(org.antlr.runtime.tree.CommonTree ast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISqlJetExpressiongetExpression()java.util.List<ISqlJetExpression>getValues()booleanisNot()java.lang.StringtoString()-
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
create, getValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
-
-
-
Constructor Detail
-
SqlJetInValuesExpression
public SqlJetInValuesExpression(org.antlr.runtime.tree.CommonTree ast) throws SqlJetException- Throws:
SqlJetException
-
-
Method Detail
-
getExpression
public ISqlJetExpression getExpression()
- Specified by:
getExpressionin interfaceISqlJetInExpression
-
isNot
public boolean isNot()
- Specified by:
isNotin interfaceISqlJetInExpression
-
getValues
public java.util.List<ISqlJetExpression> getValues()
- Specified by:
getValuesin interfaceISqlJetInValuesExpression
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-