|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryIF
INTERNAL: Interface for representing queries.
| Method Summary | |
|---|---|
Object |
executeQuery()
INTERNAL: Executes the query without any parameters. |
Object |
executeQuery(Map params)
INTERNAL: Executes the query with the given named parameters. |
Object |
executeQuery(Object[] params)
INTERNAL: Executes the query with the given parameters. |
| Method Detail |
|---|
Object executeQuery()
throws Exception
Exception
Object executeQuery(Object[] params)
throws Exception
Exception
Object executeQuery(Map params)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||