com.samskivert.jdbc.depot.operator
Class Conditionals.GreaterThanEquals

java.lang.Object
  extended by com.samskivert.jdbc.depot.operator.SQLOperator.BinaryOperator
      extended by com.samskivert.jdbc.depot.operator.Conditionals.GreaterThanEquals
All Implemented Interfaces:
SQLExpression, SQLOperator
Enclosing class:
Conditionals

public static class Conditionals.GreaterThanEquals
extends SQLOperator.BinaryOperator

The SQL '>=' operator.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.samskivert.jdbc.depot.operator.SQLOperator
SQLOperator.BinaryOperator, SQLOperator.MultiOperator
 
Field Summary
 
Fields inherited from class com.samskivert.jdbc.depot.operator.SQLOperator.BinaryOperator
_lhs, _rhs
 
Constructor Summary
Conditionals.GreaterThanEquals(SQLExpression column, Comparable<?> value)
           
Conditionals.GreaterThanEquals(SQLExpression column, SQLExpression value)
           
 
Method Summary
 String operator()
          Returns the string representation of the operator.
 
Methods inherited from class com.samskivert.jdbc.depot.operator.SQLOperator.BinaryOperator
accept, addClasses, getLeftHandSide, getRightHandSide
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Conditionals.GreaterThanEquals

public Conditionals.GreaterThanEquals(SQLExpression column,
                                      Comparable<?> value)

Conditionals.GreaterThanEquals

public Conditionals.GreaterThanEquals(SQLExpression column,
                                      SQLExpression value)
Method Detail

operator

public String operator()
Description copied from class: SQLOperator.BinaryOperator
Returns the string representation of the operator.

Specified by:
operator in class SQLOperator.BinaryOperator


Copyright © 2000-2008 Michael Bayne. All Rights Reserved.