|
||||||||||
| 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(java.lang.String key,
java.lang.String value)
Adds a query for the specified key, overwriting and query that was already associated with the key. |
java.lang.String |
getQuery(java.lang.String key)
Gets a query by the specified key. |
| Method Detail |
|---|
java.lang.String getQuery(java.lang.String key)
throws java.sql.SQLException
key - The key to find the query for.
java.sql.SQLException - Will be thrown if no query exists for the key
void addQuery(java.lang.String key,
java.lang.String value)
throws java.sql.SQLException
key - The key to store the query under.value - The query to store under the key.
java.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||