|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStringBuilder
The IStringBuilder interface provides for a query string generation mechanism that delegetes operations to domain specific builder callbacks.
A class implements this interface to indicate that the instances of that class can produce a query string by means of interfacing with a builder callback.
All query element classes implement IStringBuilder interface so that the real query building operations can be delegated to the builder callbacks, which are developed by domain specific developers.
Method Summary | |
---|---|
java.lang.String |
buildString(ISelectQueryCallback builder)
Builds a query string using the given builder callback. |
void |
buildString(ISelectQueryCallback builder,
java.lang.StringBuffer sb)
|
Method Detail |
---|
java.lang.String buildString(ISelectQueryCallback builder) throws QueryException
QueryException
void buildString(ISelectQueryCallback builder, java.lang.StringBuffer sb) throws QueryException
QueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |