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

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

public interface ArithmeticPrimary
extends Criterion, ArithmeticFactor

JPQLのarithmetic_primaryを表します.

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

 arithmetic_primary ::=
     state_field_path_expression |
     numeric_literal |
     (simple_arithmetic_expression) |
     input_parameter |
     functions_returning_numerics |
     aggregate_expression
 

作成者:
koichik



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