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
 java.util.List<ISqlJetExpression> getValues()
           
 
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetInExpression
getExpression, isNot
 
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
 

Method Detail

getValues

java.util.List<ISqlJetExpression> getValues()