Package org.apache.torque.util.functions

Interface Summary
SQLFunction Define the basic methods that classes that support SQL Functions need to implement for Classes that use them.
 

Class Summary
AbstractFunction A default framework that implements the core SQLFunction interface requirements that can be used to build specific functions on.
Aggregate A container for classes that will generate SQL for the SQL99 Standard Aggregate functions.
FunctionEnum A typesafe enum of SQL Standard function names.
FunctionFactory This class is a "Factory class" for creating SQLFunction implementation classes.
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.