SQLJet Home

org.tmatesoft.sqljet.core.schema
Interface ISqlJetIsNullExpression

All Superinterfaces:
ISqlJetExpression

public interface ISqlJetIsNullExpression
extends ISqlJetExpression

"IS NULL" expression.

Author:
TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)

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()

SQLJet Home

Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.