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

すべてのスーパーインタフェース:
ArithmeticExpression, ArithmeticFactor, ArithmeticPrimary, ArithmeticTerm, Criterion, SimpleArithmeticExpression
既知の実装クラスの一覧:
Abs, Length, Locate, Mod, Size, Sqrt

public interface FunctionReturningNumerics
extends Criterion, ArithmeticPrimary

JPQLのfunctions_returning_numericsを表します.

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

 functions_returning_numerics::=
     LENGTH(string_primary) |
     LOCATE(string_primary, string_primary[, simple_arithmetic_expression]) |
     ABS(simple_arithmetic_expression) |
     SQRT(simple_arithmetic_expression) |
     MOD(simple_arithmetic_expression, simple_arithmetic_expression) |
     SIZE(collection_valued_path_expression)
 

作成者:
koichik



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