InsertRowsBuilder
class InsertRowsBuilder(var alias: String? = null, columnValues: MutableList<Map<DbIdentifier, ColumnValue>> = mutableListOf(), fromSelect: SelectQuery? = null) : TableAliasBuilder<InsertRows.InsertRowsBuilder, InsertRows> (source)
Constructors
Link copied to clipboard
constructor(alias: String? = null, columnValues: MutableList<Map<DbIdentifier, ColumnValue>> = mutableListOf(), fromSelect: SelectQuery? = null)