Verwendungen von Schnittstelle
org.apache.torque.util.functions.SQLFunction
Packages, die SQLFunction verwenden
Package
Beschreibung
Misc. utility classes.
SQL function handling
-
Verwendungen von SQLFunction in org.apache.torque.util
Methoden in org.apache.torque.util, die Typen mit Argumenten vom Typ SQLFunction zurückgebenModifizierer und TypMethodeBeschreibungSummaryHelper.getAggregates()
Get the order map list of aggregate functions to use in summarizing this table's informations.Methoden in org.apache.torque.util mit Parametern vom Typ SQLFunctionModifizierer und TypMethodeBeschreibungvoid
SummaryHelper.addAggregate
(String alias, SQLFunction function) Add in an Aggregate function to the summary information. -
Verwendungen von SQLFunction in org.apache.torque.util.functions
Klassen in org.apache.torque.util.functions, die SQLFunction implementierenModifizierer und TypKlasseBeschreibungclass
A default framework that implements the core SQLFunction interface requirements that can be used to build specific functions on.class
A container for classes that will generate SQL for the SQL99 Standard Aggregate functions.class
SQL99 Standard Average function.class
SQL99 Standard count function.class
SQL99 Standard max function.class
SQL99 Standard min function.class
SQL99 Standard sum function.