org.josql.functions
Class AbstractFunctionHandler
java.lang.Object
   org.josql.functions.AbstractFunctionHandler
org.josql.functions.AbstractFunctionHandler
- All Implemented Interfaces: 
- FunctionHandler
- Direct Known Subclasses: 
- CollectionFunctions, ConversionFunctions, FormattingFunctions, GroupingFunctions, MiscellaneousFunctions, StringFunctions
- public abstract class AbstractFunctionHandler 
- extends Object- implements FunctionHandler
Defines a basic function handler.
 A function handler object does NOT have to extend this class, this is here purely
 as an easy way to have the required Query object be available for 
 sub-classes.
| Field Summary | 
| protected  Query | q
 | 
 
 
| Method Summary | 
|  void | setQuery(Query q)Set the Query object that the function handler should use.
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
q
protected Query q
AbstractFunctionHandler
public AbstractFunctionHandler()
setQuery
public void setQuery(Query q)
- Set the Query object that the function handler should use.
 
- 
- Specified by:
- setQueryin interface- FunctionHandler
 
- 
- Parameters:
- q- The Query object.
 
 Copyright © 2008 Gary Bentley. All Rights Reserved.
  Copyright © 2008 Gary Bentley. All Rights Reserved.