|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.samskivert.jdbc.depot.operator.Arithmetic
public abstract class Arithmetic
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 |
|---|
public Arithmetic()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||