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