org.josql.functions
Interface FunctionHandler

All Known Implementing Classes:
AbstractFunctionHandler, CollectionFunctions, ConversionFunctions, FormattingFunctions, GroupingFunctions, MiscellaneousFunctions, StringFunctions

public interface FunctionHandler

Defines an interface that custom objects can use to indicate that they can store a reference to the Query object. A function handler object does NOT have to implement this class, this is here purely as a convenience for developers so that they can easily get a reference to the Query object, since the Query object will call the setQuery(Query) method.


Method Summary
 void setQuery(Query q)
          Set the Query object that the function handler should use.
 

Method Detail

setQuery

void setQuery(Query q)
Set the Query object that the function handler should use.

Parameters:
q - The Query object.


  Copyright © 2008 Gary Bentley. All Rights Reserved.