net.sf.jsqlparser.expression.operators.relational
Class GreaterThan

java.lang.Object
  extended by net.sf.jsqlparser.expression.BinaryExpression
      extended by net.sf.jsqlparser.expression.operators.relational.GreaterThan
All Implemented Interfaces:
Expression

public class GreaterThan
extends BinaryExpression


Constructor Summary
GreaterThan()
           
 
Method Summary
 void accept(ExpressionVisitor expressionVisitor)
           
 java.lang.String getStringExpression()
           
 
Methods inherited from class net.sf.jsqlparser.expression.BinaryExpression
getLeftExpression, getRightExpression, isNot, setLeftExpression, setNot, setRightExpression, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GreaterThan

public GreaterThan()
Method Detail

accept

public void accept(ExpressionVisitor expressionVisitor)

getStringExpression

public java.lang.String getStringExpression()
Specified by:
getStringExpression in class BinaryExpression