insertInto

abstract fun insertInto(table: String): InsertQuery

Starts building an INSERT into the given table.

Return

The builder.

Parameters

table

The table to insert into.