public interface Operation
DbSetupTracker
to function
properly.Modifier and Type | Method and Description |
---|---|
void |
execute(java.sql.Connection connection,
BinderConfiguration configuration)
Executes the operation
|
void execute(java.sql.Connection connection, BinderConfiguration configuration) throws java.sql.SQLException
connection
- the connection used to execute the operationconfiguration
- the binder configuration, used to get appropriate binders based on the metadata of
the prepared statementsjava.sql.SQLException
- if the execution throws a SQLException