com.samskivert.jdbc.depot.operator
Class Arithmetic

java.lang.Object
  extended by com.samskivert.jdbc.depot.operator.Arithmetic

public abstract class Arithmetic
extends Object

A convenient container for implementations of arithmetic operators. Classes that value brevity that feel otherwise will use Arithmetic.Add() and Arithmetic.Sub().


Nested Class Summary
static class Arithmetic.Add
          The SQL '+' operator.
static class Arithmetic.BitAnd
          The SQL '&' operator.
static class Arithmetic.BitOr
          The SQL '|' operator.
static class Arithmetic.Div
          The SQL '/' operator.
static class Arithmetic.Mul
          The SQL '*' operator.
static class Arithmetic.Sub
          The SQL '-' operator.
 
Constructor Summary
Arithmetic()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Arithmetic

public Arithmetic()


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