Class IsDistinctExpression

java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.BinaryExpression
net.sf.jsqlparser.expression.operators.relational.IsDistinctExpression
All Implemented Interfaces:
Serializable, Expression, Model, ASTNodeAccess

public class IsDistinctExpression extends BinaryExpression
See Also:
  • Field Details

    • not

      private boolean not
  • Constructor Details

    • IsDistinctExpression

      public IsDistinctExpression()
  • Method Details