org.seasar.kuina.dao.criteria.grammar
インタフェース ArithmeticExpression

すべてのスーパーインタフェース:
Criterion
既知のサブインタフェースの一覧:
AggregateExpression, ArithmeticFactor, ArithmeticPrimary, ArithmeticTerm, FunctionReturningNumerics, InputParameter, NumericLiteral, PathExpression, SimpleArithmeticExpression, Subquery
既知の実装クラスの一覧:
Abs, AbstractAggregateExpression, Addition, Avg, Count, Division, InputParameterImpl, Length, Locate, Max, Min, Mod, Multiplication, NumericLiteralImpl, PathExpressionImpl, Size, Sqrt, SubqueryImpl, Subtraction, Sum, UnaryMinus, UnaryPlus

public interface ArithmeticExpression
extends Criterion

JPQLのarithmetic_expressionを表します.

JPQLの詳細はJPA仕様書「4.14 BNF」を参照してください.

 arithmetic_expression ::=
     simple_arithmetic_expression | (subquery)
 

作成者:
koichik

メソッドの概要
 
インタフェース org.seasar.kuina.dao.criteria.Criterion から継承されたメソッド
evaluate
 



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