Uses of Class
net.sf.jsqlparser.expression.operators.relational.IsBooleanExpression
-
-
Uses of IsBooleanExpression in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression with parameters of type IsBooleanExpression Modifier and Type Method Description default void
ExpressionVisitor. visit(IsBooleanExpression isBooleanExpression)
<S> T
ExpressionVisitor. visit(IsBooleanExpression isBooleanExpression, S context)
<S> T
ExpressionVisitorAdapter. visit(IsBooleanExpression isBooleanExpression, S context)
-
Uses of IsBooleanExpression in net.sf.jsqlparser.expression.operators.relational
Methods in net.sf.jsqlparser.expression.operators.relational that return IsBooleanExpression Modifier and Type Method Description IsBooleanExpression
IsBooleanExpression. withIsTrue(boolean isTrue)
IsBooleanExpression
IsBooleanExpression. withLeftExpression(Expression leftExpression)
IsBooleanExpression
IsBooleanExpression. withNot(boolean not)
-
Uses of IsBooleanExpression in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type IsBooleanExpression Modifier and Type Method Description <S> Void
TablesNamesFinder. visit(IsBooleanExpression isBooleanExpression, S context)
-
Uses of IsBooleanExpression in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type IsBooleanExpression Modifier and Type Method Description void
ExpressionDeParser. visit(IsBooleanExpression isBooleanExpression)
<S> java.lang.StringBuilder
ExpressionDeParser. visit(IsBooleanExpression isBooleanExpression, S context)
-
Uses of IsBooleanExpression in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type IsBooleanExpression Modifier and Type Method Description void
ExpressionValidator. visit(IsBooleanExpression isBooleanExpression)
<S> java.lang.Void
ExpressionValidator. visit(IsBooleanExpression isBooleanExpression, S context)
-