| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.kuina.dao.criteria.impl.grammar.operator.AbstractBinaryOperator
org.seasar.kuina.dao.criteria.impl.grammar.operator.GreaterThan
public class GreaterThan
JPQLの2項>演算子を表すクラスです.
| フィールドの概要 | 
|---|
| クラス org.seasar.kuina.dao.criteria.impl.grammar.operator.AbstractBinaryOperator から継承されたフィールド | 
|---|
| lhs, operator, rhs | 
| コンストラクタの概要 | |
|---|---|
| GreaterThan(ArithmeticExpression lhs,
            AllOrAnyExpression rhs)インスタンスを構築します。 | |
| GreaterThan(ArithmeticExpression lhs,
            ArithmeticExpression rhs)インスタンスを構築します。 | |
| GreaterThan(DatetimeExpression lhs,
            AllOrAnyExpression rhs)インスタンスを構築します。 | |
| GreaterThan(DatetimeExpression lhs,
            DatetimeExpression rhs)インスタンスを構築します。 | |
| GreaterThan(PathExpression lhs,
            AllOrAnyExpression rhs)インスタンスを構築します。 | |
| GreaterThan(PathExpression lhs,
            PathExpression rhs)インスタンスを構築します。 | |
| GreaterThan(StringExpression lhs,
            AllOrAnyExpression rhs)インスタンスを構築します。 | |
| GreaterThan(StringExpression lhs,
            StringExpression rhs)インスタンスを構築します。 | |
| メソッドの概要 | 
|---|
| クラス org.seasar.kuina.dao.criteria.impl.grammar.operator.AbstractBinaryOperator から継承されたメソッド | 
|---|
| evaluate | 
| クラス java.lang.Object から継承されたメソッド | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| コンストラクタの詳細 | 
|---|
public GreaterThan(PathExpression lhs,
                   PathExpression rhs)
lhs - 左辺を表すpath_expressionrhs - 右辺を表すpath_expression
public GreaterThan(PathExpression lhs,
                   AllOrAnyExpression rhs)
lhs - 左辺を表すpath_expressionrhs - 右辺を表すall_or_any_expression
public GreaterThan(ArithmeticExpression lhs,
                   ArithmeticExpression rhs)
lhs - 左辺を表すarithmetic_expressionrhs - 右辺を表すarithmetic_expression
public GreaterThan(ArithmeticExpression lhs,
                   AllOrAnyExpression rhs)
lhs - 左辺を表すarithmetic_expressionrhs - 右辺を表すall_or_any_expression
public GreaterThan(StringExpression lhs,
                   StringExpression rhs)
lhs - 左辺を表すstring_expressionrhs - 右辺を表すstring_expression
public GreaterThan(StringExpression lhs,
                   AllOrAnyExpression rhs)
lhs - 左辺を表すstring_expressionrhs - 右辺を表すall_or_any_expression
public GreaterThan(DatetimeExpression lhs,
                   DatetimeExpression rhs)
lhs - 左辺を表すdatetime_expressionrhs - 右辺を表すdatetime_expression
public GreaterThan(DatetimeExpression lhs,
                   AllOrAnyExpression rhs)
lhs - 左辺を表すdatetime_expressionrhs - 右辺を表すall_or_any_expression| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||