org.seasar.kuina.dao.criteria.impl.grammar.operator
クラス IsNotNull

java.lang.Object
  上位を拡張 org.seasar.kuina.dao.criteria.impl.grammar.operator.AbstractUnaryPostfixOperator
      上位を拡張 org.seasar.kuina.dao.criteria.impl.grammar.operator.IsNotNull
すべての実装されたインタフェース:
Criterion, ConditionalExpression, ConditionalFactor, ConditionalPrimary, ConditionalTerm, NullComparisonExpression, SimpleCondExpression

public class IsNotNull
extends AbstractUnaryPostfixOperator
implements NullComparisonExpression

JPQLのIS NOT NULLを表すクラスです.

作成者:
koichik

フィールドの概要
 
クラス org.seasar.kuina.dao.criteria.impl.grammar.operator.AbstractUnaryPostfixOperator から継承されたフィールド
operand, operator
 
コンストラクタの概要
IsNotNull(InputParameter operand)
          インスタンスを構築します。
IsNotNull(PathExpression operand)
          インスタンスを構築します。
 
メソッドの概要
 
クラス org.seasar.kuina.dao.criteria.impl.grammar.operator.AbstractUnaryPostfixOperator から継承されたメソッド
evaluate
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

IsNotNull

public IsNotNull(PathExpression operand)
インスタンスを構築します。

パラメータ:
operand - テスト対象となるpath_expression

IsNotNull

public IsNotNull(InputParameter operand)
インスタンスを構築します。

パラメータ:
operand - テスト対象となるinput_parameter


Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.