Uses of Package
org.datanucleus.store.rdbms.sql.method
-
Packages that use org.datanucleus.store.rdbms.sql.method Package Description org.datanucleus.store.rdbms.adapter Provides mappings of all supported databases to aspects of the database that determines the SQL generation.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. -
Classes in org.datanucleus.store.rdbms.sql.method used by org.datanucleus.store.rdbms.adapter Class Description SQLMethod Interface to implement to wrap an SQL function. -
Classes in org.datanucleus.store.rdbms.sql.method used by org.datanucleus.store.rdbms.sql.expression Class Description SQLMethod Interface to implement to wrap an SQL function. -
Classes in org.datanucleus.store.rdbms.sql.method used by org.datanucleus.store.rdbms.sql.method Class Description 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)".TemporalBaseMethod Base for all temporal methods.