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

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

public interface SimpleArithmeticExpression
extends Criterion, ArithmeticExpression

JPQLのsimple_arithmetic_expressionを表します.

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

 simple_arithmetic_expression ::=
     arithmetic_term | simple_arithmetic_expression { + | - } arithmetic_term
 

作成者:
koichik



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