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 BinaryExpression
BinaryExpression. withLeftExpression(Expression expression)
BinaryExpression
BinaryExpression. withRightExpression(Expression expression)
Methods in net.sf.jsqlparser.expression with parameters of type BinaryExpression Modifier and Type Method Description protected <S> T
ExpressionVisitorAdapter. visitBinaryExpression(BinaryExpression binaryExpression, S context)
Method parameters in net.sf.jsqlparser.expression with type arguments of type BinaryExpression Modifier and Type Method Description static Expression
BinaryExpression. build(java.lang.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 class
Addition
class
BitwiseAnd
class
BitwiseLeftShift
class
BitwiseOr
class
BitwiseRightShift
class
BitwiseXor
class
Concat
class
Division
class
IntegerDivision
class
Modulo
Modulo expression (a % b).class
Multiplication
class
Subtraction
-
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 class
AndExpression
class
OrExpression
class
XorExpression
-
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 class
ComparisonOperator
class
ContainedBy
class
Contains
class
CosineSimilarity
class
DoubleAnd
class
EqualsTo
class
GeometryDistance
class
GreaterThan
class
GreaterThanEquals
class
IsDistinctExpression
class
JsonOperator
class
LikeExpression
class
Matches
class
MinorThan
class
MinorThanEquals
class
NotEqualsTo
class
OldOracleJoinBinaryExpression
class
Plus
class
PriorTo
class
RegExpMatchOperator
class
SimilarToExpression
class
TSQLLeftJoin
class
TSQLRightJoin
-
Uses of BinaryExpression in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util that return BinaryExpression Modifier and Type Method Description protected abstract BinaryExpression
ConnectExpressionsVisitor. createBinaryExpression()
Methods in net.sf.jsqlparser.util with parameters of type BinaryExpression Modifier and Type Method Description void
TablesNamesFinder. 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> void
ExpressionDeParser. deparse(BinaryExpression binaryExpression, java.lang.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 void
ExpressionValidator. visitBinaryExpression(BinaryExpression binaryExpression, java.lang.String operator)
-