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