Connection getDoctrineConnection() Get the Doctrine DBAL database connection
Connection class Connection implements
void beginTransaction() Start a new database transaction.
string getValue(Expression $expression)
bool unprepared(string $query) Run a raw, unprepared query against the
void listen(Closure $callback)
void useDefaultQueryGrammar() Set the query grammar to the default implementation
string getTablePrefix() Get the table prefix for the connection.
string setDatabaseName(string $database) Set the name of the connected
void __construct(PDO $pdo, string $database = '', string $tablePrefix = '', array $config = array())
Page 9 of 43