Total Complexity | 3 |
Total Lines | 50 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class UpdateQueryBuilder extends QueryBuilder |
||
18 | { |
||
19 | /** |
||
20 | * It updates the matching rows |
||
21 | * |
||
22 | * @param array $rows |
||
23 | * @return boolean |
||
24 | * @throws Exception |
||
25 | * @author RN Kushwaha <[email protected]> |
||
26 | * @since v0.0.8 |
||
27 | */ |
||
28 | public function update( |
||
69 |