Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetIsNullExpression
- All Superinterfaces:
ISqlJetExpression
- All Known Implementing Classes:
SqlJetIsNullExpression
"IS NULL" expression.
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
Method Summary
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
Method Details
-
getExpression
ISqlJetExpression getExpression() -
isNot
boolean isNot()
-