Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetInExpression
-
- All Superinterfaces:
ISqlJetExpression
- All Known Subinterfaces:
ISqlJetInTableExpression
,ISqlJetInValuesExpression
- All Known Implementing Classes:
SqlJetInTableExpression
,SqlJetInValuesExpression
public interface ISqlJetInExpression extends ISqlJetExpression
"IN" expression.- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISqlJetExpression
getExpression()
boolean
isNot()
-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
-
-
-
Method Detail
-
getExpression
ISqlJetExpression getExpression()
-
isNot
boolean isNot()
-
-