@@ -168,7 +168,7 @@ |
||
168 | 168 | * @param string $sql The SQL statement to prepare |
169 | 169 | * @param array $values a multidimensional array with the values, each row represents one line to insert. |
170 | 170 | * |
171 | - * @return bool true query success, otherwise false |
|
171 | + * @return boolean|null true query success, otherwise false |
|
172 | 172 | */ |
173 | 173 | public function multi($sql, array $values){ |
174 | 174 | // TODO: Implement multi() method. |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Class SQLite3Driver |
|
4 | - * |
|
5 | - * @filesource SQLite3Driver.php |
|
6 | - * @created 21.02.2016 |
|
7 | - * @package chillerlan\Database\Drivers\SQLite |
|
8 | - * @author Smiley <[email protected]> |
|
9 | - * @copyright 2016 Smiley |
|
10 | - * @license MIT |
|
11 | - */ |
|
3 | + * Class SQLite3Driver |
|
4 | + * |
|
5 | + * @filesource SQLite3Driver.php |
|
6 | + * @created 21.02.2016 |
|
7 | + * @package chillerlan\Database\Drivers\SQLite |
|
8 | + * @author Smiley <[email protected]> |
|
9 | + * @copyright 2016 Smiley |
|
10 | + * @license MIT |
|
11 | + */ |
|
12 | 12 | |
13 | 13 | namespace chillerlan\Database\Drivers\SQLite; |
14 | 14 |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Class Querystats |
|
4 | - * |
|
5 | - * @filesource Querystats.php |
|
6 | - * @created 05.11.2015 |
|
7 | - * @package chillerlan\Database |
|
8 | - * @author Smiley <[email protected]> |
|
9 | - * @copyright 2015 Smiley |
|
10 | - * @license MIT |
|
11 | - */ |
|
3 | + * Class Querystats |
|
4 | + * |
|
5 | + * @filesource Querystats.php |
|
6 | + * @created 05.11.2015 |
|
7 | + * @package chillerlan\Database |
|
8 | + * @author Smiley <[email protected]> |
|
9 | + * @copyright 2015 Smiley |
|
10 | + * @license MIT |
|
11 | + */ |
|
12 | 12 | |
13 | 13 | namespace chillerlan\Database; |
14 | 14 |