org.apache.torque.util
Interface SQLBuilder.QueryCallback

Enclosing class:
SQLBuilder

public static interface SQLBuilder.QueryCallback

Inner Interface that defines the Callback method for the buildQuery Criterion evaluation


Method Summary
 String process(Criteria.Criterion criterion, List params)
          The callback for building a query String
 

Method Detail

process

String process(Criteria.Criterion criterion,
               List params)
The callback for building a query String

Parameters:
criterion - The current criterion
params - The parameter list passed to buildQueryString()
Returns:
WHERE SQL fragment for this criterion


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