@@ -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 | |
@@ -12,10 +12,10 @@ |
||
| 12 | 12 | |
| 13 | 13 | namespace chillerlan\Database\Drivers\SQLite; |
| 14 | 14 | |
| 15 | -use chillerlan\Database\DBException; |
|
| 16 | -use chillerlan\Database\Drivers\DBDriverAbstract; |
|
| 17 | 15 | use Exception; |
| 18 | 16 | use SQLite3; |
| 17 | +use chillerlan\Database\DBException; |
|
| 18 | +use chillerlan\Database\Drivers\DBDriverAbstract; |
|
| 19 | 19 | |
| 20 | 20 | /** |
| 21 | 21 | * |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @filesource DBDriverAbstract.php |
|
| 4 | - * @created 04.11.2015 |
|
| 5 | - * @package chillerlan\Database\Drivers |
|
| 6 | - * @author Smiley <[email protected]> |
|
| 7 | - * @copyright 2015 Smiley |
|
| 8 | - * @license MIT |
|
| 9 | - */ |
|
| 3 | + * @filesource DBDriverAbstract.php |
|
| 4 | + * @created 04.11.2015 |
|
| 5 | + * @package chillerlan\Database\Drivers |
|
| 6 | + * @author Smiley <[email protected]> |
|
| 7 | + * @copyright 2015 Smiley |
|
| 8 | + * @license MIT |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace chillerlan\Database\Drivers; |
| 12 | 12 | |
@@ -12,10 +12,10 @@ |
||
| 12 | 12 | |
| 13 | 13 | namespace chillerlan\Database\Drivers\SQLite; |
| 14 | 14 | |
| 15 | -use chillerlan\Database\DBException; |
|
| 16 | -use chillerlan\Database\Drivers\DBDriverAbstract; |
|
| 17 | 15 | use Exception; |
| 18 | 16 | use SQLite3; |
| 17 | +use chillerlan\Database\DBException; |
|
| 18 | +use chillerlan\Database\Drivers\DBDriverAbstract; |
|
| 19 | 19 | |
| 20 | 20 | /** |
| 21 | 21 | * |