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
 ISqlJetExpression getExpression()
           
 boolean isNot()
           
 
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
 

Method Detail

getExpression

ISqlJetExpression getExpression()

isNot

boolean isNot()