com.samskivert.jdbc.depot.operator
Class Conditionals.GreaterThan
java.lang.Object
com.samskivert.jdbc.depot.operator.SQLOperator.BinaryOperator
com.samskivert.jdbc.depot.operator.Conditionals.GreaterThan
- All Implemented Interfaces:
- SQLExpression, SQLOperator
- Enclosing class:
- Conditionals
public static class Conditionals.GreaterThan
- 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 |
Conditionals.GreaterThan
public Conditionals.GreaterThan(SQLExpression column,
Comparable<?> value)
Conditionals.GreaterThan
public Conditionals.GreaterThan(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.