__construct()
__construct(string $dsn, string $username = NULL, string $password = NULL, array $driverOptions = array())
Constructor/Connection method
Parameters
string | $dsn | |
string | $username | |
string | $password | |
array | $driverOptions |
PDO Interface to implement for database drivers
getSql() : \Query\Drivers\SQLInterface
Get the SQL class for the current driver
getUtil() : \Query\Drivers\AbstractUtil
Get the Util class for the current driver