Package migratedb.v1.core.internal.jdbc
Class PlainExecutionTemplate
java.lang.Object
migratedb.v1.core.internal.jdbc.PlainExecutionTemplate
- All Implemented Interfaces:
ExecutionTemplate
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PlainExecutionTemplate
public PlainExecutionTemplate() -
PlainExecutionTemplate
public PlainExecutionTemplate(boolean skipErrorLog)
-
-
Method Details
-
execute
Description copied from interface:ExecutionTemplateExecutes this callback within the context of the connection- Specified by:
executein interfaceExecutionTemplate- Parameters:
callback- The callback to execute.- Returns:
- The result of the callback.
-