public interface DetachedQueryIF
Modifier and Type | Method and Description |
---|---|
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.
|
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