insertInto

abstract fun insertInto(table: String): InsertQueryBuilder

Starts building an INSERT query.

Return

New builder instance for an INSERT query.

Parameters

table

Name of the table into which data is being inserted.