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.