columns

abstract fun columns(vararg columns: String): InsertQueryBuilder

Explicitly defines the columns for the INSERT statement.

This is optional - if not called, columns will be inferred from values or omitted entirely for fromSelect.

Parameters

columns

Column names to insert into.