Uses of Package
org.datanucleus.store.rdbms.sql.method
Packages that use org.datanucleus.store.rdbms.sql.method
Package
Description
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
Series of expressions representing conditions in SQL statements.
Support for invocation of Java methods, typically using SQL functions.
-
Classes in org.datanucleus.store.rdbms.sql.method used by org.datanucleus.store.rdbms.adapter
-
Classes in org.datanucleus.store.rdbms.sql.method used by org.datanucleus.store.rdbms.sql.expression
-
Classes in org.datanucleus.store.rdbms.sql.method used by org.datanucleus.store.rdbms.sql.methodClassDescriptionExpression handler to invoke the SQL AVG aggregation function.Expression handler to invoke an SQL aggregated function.Expression handler to invoke an SQL numeric function that takes in argument(s).Expression handler to invoke an SQL aggregated function.Expression handler to invoke an SQL String function that takes in an expression.Interface to implement to wrap an SQL function.Expression handler to evaluate {stringExpression}.matches(StringExpression).Method for evaluating {strExpr1}.trim() or "TRIM(BOTH trimChar FROM strExpr1)".Base for all temporal methods.