@@ -14,7 +14,14 @@ |
||
14 | 14 | |
15 | 15 | interface UpdateInterface extends StatementInterface{ |
16 | 16 | |
17 | + /** |
|
18 | + * @return void |
|
19 | + */ |
|
17 | 20 | public function table(); |
21 | + |
|
22 | + /** |
|
23 | + * @return void |
|
24 | + */ |
|
18 | 25 | public function set(); |
19 | 26 | public function where($val1, $val2, $operator = '=', $bind = true, $join = 'AND'):UpdateInterface; |
20 | 27 | public function openBracket($join = null):UpdateInterface; |