db9010 / com.jovial.db9010 / ColumnSetter / setFromJson

setFromJson

fun setFromJson(jsonValue: Map<String, Any?>): Unit

Set zero or more columns from a JSON-friendly map of column names to values, jsonValue. The values are set using PreparedStatement.setObject, or, if null, PreparedStatement.setNull. See also Types.sqlObject.