public class SqlCommandsRunner extends Object
Constructor and Description |
---|
SqlCommandsRunner() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Connection connection,
List<SqlCommand> commands)
Execute list of
SqlCommand by suppressing errors if those are given
with a command. |
public void execute(Connection connection, List<SqlCommand> commands)
SqlCommand
by suppressing errors if those are given
with a command.connection
- the connectioncommands
- the sql commandsCopyright © 2020 Pivotal Software, Inc.. All rights reserved.