com.samskivert.jdbc.depot.operator
Class Arithmetic.BitOr
java.lang.Object
com.samskivert.jdbc.depot.operator.SQLOperator.BinaryOperator
com.samskivert.jdbc.depot.operator.Arithmetic.BitOr
- All Implemented Interfaces:
- SQLExpression, SQLOperator
- Enclosing class:
- Arithmetic
public static class Arithmetic.BitOr
- extends SQLOperator.BinaryOperator
The SQL '|' operator.
|
Method Summary |
String |
operator()
Returns the string representation of the operator. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Arithmetic.BitOr
public Arithmetic.BitOr(SQLExpression column,
Comparable<?> value)
Arithmetic.BitOr
public Arithmetic.BitOr(SQLExpression column,
SQLExpression value)
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.