com.samskivert.jdbc.depot.operator
Class Arithmetic.Add

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

public static class Arithmetic.Add
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
Arithmetic.Add(SQLExpression column, Comparable<?> value)
           
Arithmetic.Add(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

Arithmetic.Add

public Arithmetic.Add(SQLExpression column,
                      Comparable<?> value)

Arithmetic.Add

public Arithmetic.Add(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.