fun insertFromJson(jsonValue: Map<String, Any?>): Unit
Insert a new row with the values set by jsonValue, using setFromJson. The query must have been marked as FOR UPDATE with Builder.forUpdate See also Types.sqlObject.