bool unprepared(string $query) Run a raw, unprepared query against the
Connection reconnect(string $name = null)
Builder query()
void setTablePrefix(string $prefix) Set the table prefix in use by the
void __construct(PDO $pdo, string $database = '', string $tablePrefix = '', array $config = array())
PDO getPdo()
mixed selectOne(string $query, array $bindings = array()) Run a select
Connection getDoctrineConnection() Get the Doctrine DBAL database connection
bool hasConnection(string $name) Check if a connection has been registered
Page 13 of 43