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

sql

fun sql(statement: String): <ERROR CLASS>

Adds a SqlOperation to the DbSetup

Parameters

statement - the SQL statement to execute


fun sql(vararg statements: String): <ERROR CLASS>
fun sql(statements: List<String>): <ERROR CLASS>

Adds SqlOperations to the DbSetup

Parameters

statements - the SQL statements to execute