Uses of Package
org.datanucleus.store.rdbms.sql.method

Packages that use org.datanucleus.store.rdbms.sql.method
org.datanucleus.store.rdbms.sql.method Support for invocation of Java methods, typically using SQL functions. 
 

Classes in org.datanucleus.store.rdbms.sql.method used by org.datanucleus.store.rdbms.sql.method
AbstractSQLMethod
          Abstract implementation of an SQLMethod.
SimpleNumericAggregateMethod
          Expression handler to invoke an SQL aggregated function.
SimpleNumericMethod
          Expression handler to invoke an SQL numeric function that takes in argument(s).
SimpleOrderableAggregateMethod
          Expression handler to invoke an SQL aggregated function.
SimpleStringMethod
          Expression handler to invoke an SQL String function that takes in an expression.
SQLMethod
          Interface to implement to wrap an SQL function.
StringMatchesMethod
          Expression handler to evaluate {stringExpression}.matches(StringExpression).
StringTrim3Method
          Method for evaluating {strExpr1}.trim() or "TRIM(BOTH trimChar FROM strExpr1)".
 



Copyright © 2012. All Rights Reserved.