public class SqlJetIsNullExpression extends SqlJetExpression implements ISqlJetIsNullExpression
Constructor and Description |
---|
SqlJetIsNullExpression(CommonTree ast) |
Modifier and Type | Method and Description |
---|---|
ISqlJetExpression |
getExpression() |
boolean |
isNot() |
java.lang.String |
toString() |
create, getValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValue
public SqlJetIsNullExpression(CommonTree ast) throws SqlJetException
SqlJetException
public ISqlJetExpression getExpression()
getExpression
in interface ISqlJetIsNullExpression
public boolean isNot()
isNot
in interface ISqlJetIsNullExpression
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.