org.seasar.kuina.dao.criteria.impl.grammar.function
クラス Sqrt

java.lang.Object
  上位を拡張 org.seasar.kuina.dao.criteria.impl.grammar.function.AbstractFunction
      上位を拡張 org.seasar.kuina.dao.criteria.impl.grammar.function.Sqrt
すべての実装されたインタフェース:
Criterion, ArithmeticExpression, ArithmeticFactor, ArithmeticPrimary, ArithmeticTerm, FunctionReturningNumerics, SimpleArithmeticExpression

public class Sqrt
extends AbstractFunction
implements FunctionReturningNumerics

JPQLのSQRT関数を表すクラスです.

作成者:
koichik

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

コンストラクタの詳細

Sqrt

public Sqrt(SimpleArithmeticExpression number)
インスタンスを構築します。

パラメータ:
number - 平方根を求める数値を表すsimple_arithmetic_expression


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