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