Package org.apache.torque.util.functions


package org.apache.torque.util.functions
SQL function handling
  • Klasse
    Beschreibung
    A default framework that implements the core SQLFunction interface requirements that can be used to build specific functions on.
    A container for classes that will generate SQL for the SQL99 Standard Aggregate functions.
    SQL99 Standard Average function.
    SQL99 Standard count function.
    SQL99 Standard max function.
    SQL99 Standard min function.
    Define the basic methods that classes that support SQL Functions need to implement for Classes that use them.
    SQL99 Standard sum function.