Uses of Class
net.sf.jsqlparser.expression.operators.relational.IsNullExpression
Packages that use IsNullExpression
Package
Description
-
Uses of IsNullExpression in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression with parameters of type IsNullExpressionModifier and TypeMethodDescriptionvoid
ExpressionVisitor.visit
(IsNullExpression isNullExpression) void
ExpressionVisitorAdapter.visit
(IsNullExpression expr) -
Uses of IsNullExpression in net.sf.jsqlparser.expression.operators.relational
Methods in net.sf.jsqlparser.expression.operators.relational that return IsNullExpressionModifier and TypeMethodDescriptionIsNullExpression.setUseNotNull
(boolean useNotNull) IsNullExpression.withLeftExpression
(Expression leftExpression) IsNullExpression.withNot
(boolean not) IsNullExpression.withUseIsNull
(boolean useIsNull) -
Uses of IsNullExpression in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type IsNullExpressionModifier and TypeMethodDescriptionvoid
TablesNamesFinder.visit
(IsNullExpression isNullExpression) -
Uses of IsNullExpression in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type IsNullExpressionModifier and TypeMethodDescriptionvoid
ExpressionDeParser.visit
(IsNullExpression isNullExpression) -
Uses of IsNullExpression in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type IsNullExpressionModifier and TypeMethodDescriptionvoid
ExpressionValidator.visit
(IsNullExpression isNullExpression)