Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetInValuesExpression
- All Superinterfaces:
ISqlJetExpression
,ISqlJetInExpression
- All Known Implementing Classes:
SqlJetInValuesExpression
"IN" values expression.
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
Method Summary
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetInExpression
getExpression, isNot
-
Method Details
-
getValues
java.util.List<ISqlJetExpression> getValues()
-