|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJoinQueryString
The join query interface defines methods for storing and retrieving queries fragments that will be used for performing joins in SQL.
| Method Summary | |
|---|---|
void |
addQuery(String key,
String value)
Adds a query for the specified key, overwriting and query that was already associated with the key. |
String |
getQuery(String key)
Gets a query by the specified key. |
| Method Detail |
|---|
String getQuery(String key)
throws SQLException
key - The key to find the query for.
SQLException - Will be thrown if no query exists for the key
void addQuery(String key,
String value)
throws SQLException
key - The key to store the query under.value - The query to store under the key.
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||