Grammar getSchemaGrammar() Get the schema grammar used by the connection. Return Value Grammar
bool insert(string $query, array $bindings = array()) Run an insert statement against the database. Parameters string $query array $bindings Return Value bool
array getQueryLog() Get the connection query log. Return Value array
Grammar getQueryGrammar() Get the query grammar used by the connection. Return Value Grammar
Builder getSchemaBuilder() Get a schema builder instance for the connection. Return Value Builder
PDO getReadPdo() Get the current PDO connection used for reading. Return Value PDO
int getFetchMode() Get the default fetch mode for the connection. Return Value int
Processor getPostProcessor() Get the query post processor used by the connection. Return Value Processor
PDO getPdo() Get the current PDO connection. Return Value PDO
string|null getName() Get the database connection name. Return Value string|null
Page 149 of 996