| Package | Description |
|---|---|
| org.datanucleus.store.rdbms.sql.expression |
Series of expressions representing conditions in SQL statements.
|
| org.datanucleus.store.rdbms.sql.method |
Support for invocation of Java methods, typically using SQL functions.
|
| Class and Description |
|---|
| SQLMethod
Interface to implement to wrap an SQL function.
|
| Class and Description |
|---|
| AbstractSQLMethod
Abstract implementation of an SQLMethod.
|
| AvgFunction
Expression handler to invoke the SQL AVG aggregation function.
|
| 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 © 2015. All rights reserved.