Uses of Class
net.sf.jsqlparser.expression.BinaryExpression
-
-
Uses of BinaryExpression in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return BinaryExpression Modifier and Type Method Description BinaryExpressionBinaryExpression. withLeftExpression(Expression expression)BinaryExpressionBinaryExpression. withRightExpression(Expression expression)Methods in net.sf.jsqlparser.expression with parameters of type BinaryExpression Modifier and Type Method Description protected <S> TExpressionVisitorAdapter. visitBinaryExpression(BinaryExpression binaryExpression, S context)Method parameters in net.sf.jsqlparser.expression with type arguments of type BinaryExpression Modifier and Type Method Description static ExpressionBinaryExpression. build(Class<? extends BinaryExpression> clz, Expression... expressions) -
Uses of BinaryExpression in net.sf.jsqlparser.expression.operators.arithmetic
Subclasses of BinaryExpression in net.sf.jsqlparser.expression.operators.arithmetic Modifier and Type Class Description classAdditionclassBitwiseAndclassBitwiseLeftShiftclassBitwiseOrclassBitwiseRightShiftclassBitwiseXorclassConcatclassDivisionclassIntegerDivisionclassModuloModulo expression (a % b).classMultiplicationclassSubtraction -
Uses of BinaryExpression in net.sf.jsqlparser.expression.operators.conditional
Subclasses of BinaryExpression in net.sf.jsqlparser.expression.operators.conditional Modifier and Type Class Description classAndExpressionclassOrExpressionclassXorExpression -
Uses of BinaryExpression in net.sf.jsqlparser.expression.operators.relational
Subclasses of BinaryExpression in net.sf.jsqlparser.expression.operators.relational Modifier and Type Class Description classComparisonOperatorclassContainedByclassContainsclassDoubleAndclassEqualsToclassGeometryDistanceclassGreaterThanclassGreaterThanEqualsclassIsDistinctExpressionclassJsonOperatorclassLikeExpressionclassMatchesclassMinorThanclassMinorThanEqualsclassNotEqualsToclassOldOracleJoinBinaryExpressionclassRegExpMatchOperatorclassSimilarToExpressionclassTSQLLeftJoinclassTSQLRightJoin -
Uses of BinaryExpression in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util that return BinaryExpression Modifier and Type Method Description protected abstract BinaryExpressionConnectExpressionsVisitor. createBinaryExpression()Methods in net.sf.jsqlparser.util with parameters of type BinaryExpression Modifier and Type Method Description voidTablesNamesFinder. visitBinaryExpression(BinaryExpression binaryExpression) -
Uses of BinaryExpression in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type BinaryExpression Modifier and Type Method Description protected <S> voidExpressionDeParser. deparse(BinaryExpression binaryExpression, String operator, S context) -
Uses of BinaryExpression in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type BinaryExpression Modifier and Type Method Description protected voidExpressionValidator. visitBinaryExpression(BinaryExpression binaryExpression, String operator)
-