| Package | Description |
|---|---|
| org.datanucleus.store.rdbms.sql.method |
Support for invocation of Java methods, typically using SQL functions.
|
| Class and Description |
|---|
| 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 © 2013. All Rights Reserved.