|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryField
This interface defines an optional interface that can be implemented by a class and mapped to an element to satisfy a SIF_Query.
When mapped to a a SIF_Query element and passed in as part of the table to the
QueryFormatter.format(Query, Map)
method, this class will be invoked if the query contains a condition that maps to the field
| Method Summary | |
|---|---|
java.lang.String |
render(QueryFormatter formatter,
Query query,
Condition cond)
Returns a portion of an SQL query that should be used to satisfy this specific query condition |
| Method Detail |
|---|
java.lang.String render(QueryFormatter formatter,
Query query,
Condition cond)
throws QueryFormatterException
formatter - The formatter that is formatting the queryquery - The SIF_Query that is being processedcond - The specific condition that this class should render
QueryFormatterException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||