Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetInExpression
- All Superinterfaces:
ISqlJetExpression
- All Known Subinterfaces:
ISqlJetInTableExpression
,ISqlJetInValuesExpression
- All Known Implementing Classes:
SqlJetInTableExpression
,SqlJetInValuesExpression
"IN" expression.
-
Method Summary
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
Method Details
-
getExpression
ISqlJetExpression getExpression() -
isNot
boolean isNot()
-