public interface QueryIF
Modifier and Type | Method and Description |
---|---|
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.
|
Object executeQuery() throws Exception
Exception
Object executeQuery(Object[] params) throws Exception
Exception