Uses of Class
net.sf.jsqlparser.expression.operators.relational.IsNullExpression

Packages that use IsNullExpression
net.sf.jsqlparser.expression   
net.sf.jsqlparser.util.deparser   
 

Uses of IsNullExpression in net.sf.jsqlparser.expression
 

Methods in net.sf.jsqlparser.expression with parameters of type IsNullExpression
 void ExpressionVisitor.visit(IsNullExpression isNullExpression)
           
 

Uses of IsNullExpression in net.sf.jsqlparser.util.deparser
 

Methods in net.sf.jsqlparser.util.deparser with parameters of type IsNullExpression
 void ExpressionDeParser.visit(IsNullExpression isNullExpression)