How to get update query response i.e, number of rows updated in scala for success case?

后端 未结 0 677
一整个雨季
一整个雨季 2020-12-17 19:54
val update = Try ({
        update(tableName).set(col1, val1).set(col2, val2).set(col3, val3)
        .where(condition).execute()
    })

update match {
      case S         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题