org.tmatesoft.sqljet.core.schema
Interface ISqlJetIsNullExpression
-
- All Superinterfaces:
- ISqlJetExpression
- All Known Implementing Classes:
- SqlJetIsNullExpression
public interface ISqlJetIsNullExpression extends ISqlJetExpression
"IS NULL" expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ISqlJetExpressiongetExpression()booleanisNot()-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
-
-
-
Method Detail
-
getExpression
ISqlJetExpression getExpression()
-
isNot
boolean isNot()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG