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
-
Constructor Summary
Constructors -
Method Summary
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 Details
-
SqlJetInValuesExpression
- Throws:
SqlJetException
-
-
Method Details
-
getExpression
- Specified by:
getExpression
in interfaceISqlJetInExpression
-
isNot
public boolean isNot()- Specified by:
isNot
in interfaceISqlJetInExpression
-
getValues
- Specified by:
getValues
in interfaceISqlJetInValuesExpression
-
toString
-