array prepareBindings(array $bindings) Prepare the query bindings for execution. Parameters array $bindings Return Value array
bool insert(string $query, array $bindings = array()) Run an insert statement against the database. Parameters string $query array $bindings Return Value bool
string getTablePrefix() Get the table prefix for the connection. Return Value string
Grammar getSchemaGrammar() Get the schema grammar used by the connection. Return Value Grammar
bool isDoctrineAvailable() Is Doctrine available? Return Value bool
Builder getSchemaBuilder() Get a schema builder instance for the connection. Return Value Builder
array getQueryLog() Get the connection query log. Return Value array
PDO getReadPdo() Get the current PDO connection used for reading. Return Value PDO
Grammar getQueryGrammar() Get the query grammar used by the connection. Return Value Grammar
string|null getName() Get the database connection name. Return Value string|null
Page 809 of 996