|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.kuina.dao.criteria.impl.grammar.operator.AbstractBetween org.seasar.kuina.dao.criteria.impl.grammar.operator.Between
public class Between
JPQLのBETWEENを表す抽象クラスです.
フィールドの概要 | |
---|---|
protected static String |
OPERATOR
BETWEEN のキーワード |
クラス org.seasar.kuina.dao.criteria.impl.grammar.operator.AbstractBetween から継承されたフィールド |
---|
from, operand, operator, to |
コンストラクタの概要 | |
---|---|
Between(ArithmeticExpression operand,
ArithmeticExpression from,
ArithmeticExpression to)
インスタンスを構築します。 |
|
Between(DatetimeExpression operand,
DatetimeExpression from,
DatetimeExpression to)
インスタンスを構築します。 |
|
Between(PathExpression operand,
PathExpression from,
PathExpression to)
インスタンスを構築します。 |
|
Between(StringExpression operand,
StringExpression from,
StringExpression to)
インスタンスを構築します。 |
メソッドの概要 |
---|
クラス org.seasar.kuina.dao.criteria.impl.grammar.operator.AbstractBetween から継承されたメソッド |
---|
evaluate |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected static final String OPERATOR
コンストラクタの詳細 |
---|
public Between(PathExpression operand, PathExpression from, PathExpression to)
operand
- テスト対象を表すpath_expressionfrom
- 範囲の下限を表すpath_expressionto
- 範囲の上限を表すpath_expressionpublic Between(ArithmeticExpression operand, ArithmeticExpression from, ArithmeticExpression to)
operand
- テスト対象を表すarithmetic_expressionfrom
- 範囲の下限を表すarithmetic_expressionto
- 範囲の上限を表すarithmetic_expressionpublic Between(StringExpression operand, StringExpression from, StringExpression to)
operand
- テスト対象を表すstring_expressionfrom
- 範囲の下限を表すstring_expressionto
- 範囲の上限を表すstring_expressionpublic Between(DatetimeExpression operand, DatetimeExpression from, DatetimeExpression to)
operand
- テスト対象を表すdatetime_expressionfrom
- 範囲の下限を表すdatetime_expressionto
- 範囲の上限を表すdatetime_expression
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |