Query\Drivers\Sqlite\Driver::__construct
Open SQLite Database
Signature
public function __construct(string
$dsn,
[string
$user = NULL,
[string
$pass = NULL,
[array
$driver_options = ]]] )
Parameters
$dsn
—
string
$user
—
string
$pass
—
string
$driver_options
—
array
Test Coverage
Information
- Coverage: 3/3 Lines (100%)
- Tests: 6
- Passed: 6 (100%)
Tests
- [ PASSED ] — Query_Parser_Test::testGeneric2
- [ PASSED ] — Query_Parser_Test::testWUnderscore
- [ PASSED ] — Query_Parser_Test::testFunction
- [ PASSED ] — Connection_Manager_Test::testConnect
- [ PASSED ] — Connection_Manager_Test::testGetConnection
- [ PASSED ] — SQLiteTest::testConnection