Modifier and Type | Field and Description |
---|---|
private Collection<String> |
statements |
Constructor and Description |
---|
MultiUpdateWork(Collection<String> statements)
Create a new work item.
|
private Collection<String> statements
public MultiUpdateWork(Collection<String> statements)
statements
- The sql statements to executepublic void execute(Connection connection) throws SQLException
execute
in interface Work
SQLException