DbSetup-kotlin / com.ninja_squad.dbsetup_kotlin / DbSetupBuilder / execute

execute

fun execute(operation: Operation): <ERROR CLASS>

Adds an operation to the DbSetup. Custom extension functions typically delegate to this method to add the operation they want.

Parameters

operation - the operation to add