Query\AbstractDriver::__construct
PDO constructor wrapper
Signature
public function __construct(string
$dsn,
[string
$username = NULL,
[string
$password = NULL,
[array
$driver_options = ]]] )
Parameters
$dsn
—
string
$username
—
string
$password
—
string
$driver_options
—
array
Test Coverage
Information
- Coverage: 4/4 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