db9010 / com.jovial.db9010 / SelectQuery / insertFromJson

insertFromJson

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.