val update = Try ({ update(tableName).set(col1, val1).set(col2, val2).set(col3, val3) .where(condition).execute() }) update match { case S