mappedValues |
fun Builder.mappedValues(vararg entries: Pair<String, Any?>): Builder Extension function of InsertBuilder allowing to specify values as columns/value pairs instead of a Map. |
repeatingMappedValues |
fun Builder.repeatingMappedValues(vararg entries: Pair<String, Any?>): RowRepeater Allows inserting the same values multiple times, by specifying them as colum/value pairs instead of a Map. |