__construct()
__construct(string $dsn, string $username, string $password, array $driver_options) : void
Constructor/Connection method
Parameters
string | $dsn | |
string | $username | |
string | $password | |
array | $driver_options |
PDO Interface to implement for database drivers
get_sql() : \Query\Driver\SQL\SQL_Interface
Get the SQL class for the current driver
get_util() : \Query\Driver\Util\Abstract_Util
Get the Util class for the current driver