org.seasar.kuina.dao.criteria.impl.grammar.function
クラス Abs
java.lang.Object
org.seasar.kuina.dao.criteria.impl.grammar.function.AbstractFunction
org.seasar.kuina.dao.criteria.impl.grammar.function.Abs
- すべての実装されたインタフェース:
- Criterion, ArithmeticExpression, ArithmeticFactor, ArithmeticPrimary, ArithmeticTerm, FunctionReturningNumerics, SimpleArithmeticExpression
public class Abs
- extends AbstractFunction
- implements FunctionReturningNumerics
JPQLのABS関数を表すクラスです.
- 作成者:
- koichik
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Abs
public Abs(SimpleArithmeticExpression number)
- インスタンスを構築します。
- パラメータ:
number
- 絶対値を求める数値のsimple_arithmetic_expression
Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.