Uses of Interface
org.apache.torque.util.functions.SQLFunction
Packages that use SQLFunction
Package
Description
Misc. utility classes.
SQL function handling
-
Uses of SQLFunction in org.apache.torque.util
Methods in org.apache.torque.util that return types with arguments of type SQLFunctionModifier and TypeMethodDescriptionSummaryHelper.getAggregates()Get the order map list of aggregate functions to use in summarizing this table's informations.Methods in org.apache.torque.util with parameters of type SQLFunctionModifier and TypeMethodDescriptionvoidSummaryHelper.addAggregate(String alias, SQLFunction function) Add in an Aggregate function to the summary information. -
Uses of SQLFunction in org.apache.torque.util.functions
Classes in org.apache.torque.util.functions that implement SQLFunctionModifier and TypeClassDescriptionclassA default framework that implements the core SQLFunction interface requirements that can be used to build specific functions on.classA container for classes that will generate SQL for the SQL99 Standard Aggregate functions.classSQL99 Standard Average function.classSQL99 Standard count function.classSQL99 Standard max function.classSQL99 Standard min function.classSQL99 Standard sum function.