set

operator fun set(column: String, value: String?)(source)
operator fun set(column: String, value: Int?)(source)
operator fun set(column: String, value: Long?)(source)
operator fun set(column: String, value: Float?)(source)
operator fun set(column: String, value: Double?)(source)
operator fun set(column: String, value: Boolean?)(source)
inline operator fun <T> set(column: String, value: T?)(source)

Sets the value of the column to value