Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetInValuesExpression
-
- All Superinterfaces:
ISqlJetExpression
,ISqlJetInExpression
- All Known Implementing Classes:
SqlJetInValuesExpression
public interface ISqlJetInValuesExpression extends ISqlJetInExpression
"IN" values expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ISqlJetExpression>
getValues()
-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetInExpression
getExpression, isNot
-
-
-
-
Method Detail
-
getValues
java.util.List<ISqlJetExpression> getValues()
-
-