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 and Description 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()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG