|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BulkExecutor
Executes bulk queries against a database
| Method Summary | |
|---|---|
Object |
execute(DbConnection connection,
BulkQuery bulkQuery)
Executes a bulk query |
Object |
execute(DbConnection connection,
Query query,
List<List<QueryParamValue>> paramValues)
Executes a parameterized query using a bulk of parameter sets |
| Method Detail |
|---|
Object execute(DbConnection connection,
BulkQuery bulkQuery)
throws SQLException
connection - connection to the database where the query will be executed. Non nullbulkQuery - contains a group of non parameterized queries to execute
SQLException - if a database access error occurs or this method is called on a closed connection
Object execute(DbConnection connection,
Query query,
List<List<QueryParamValue>> paramValues)
throws SQLException
connection - connection to the database where the query will be executed. Non nullquery - parameterized query to executed using the sets of parametersparamValues - parameters to use to execute the query
SQLException - if a database access error occurs or this method is called on a closed connection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||