bool insert(string $query, array $bindings = array()) Run an insert statement
Connection getDoctrineConnection() Get the Doctrine DBAL database connection
int setFetchMode(int $fetchMode) Set the default fetch mode for the connection
mixed getConfig(string $option) Get an option from the configuration options
Connection class Connection implements
Builder getSchemaBuilder()
mixed selectOne(string $query, array $bindings = array()) Run a select
bool statement(string $query, array $bindings = array()) Execute an SQL
void __construct(PDO|Closure $pdo
string parameter(mixed $value) Get the appropriate query parameter place-holder
Page 1 of 43