Grammar getQueryGrammar() Get the query grammar used by the connection. Return Value Grammar
array getQueryLog() Get the connection query log. Return Value array
PDO getReadPdo() Get the current PDO connection used for reading. Return Value PDO
Builder getSchemaBuilder() Get a schema builder instance for the connection. Return Value Builder
Grammar getSchemaGrammar() Get the schema grammar used by the connection. Return Value Grammar
string getTablePrefix() Get the table prefix for the connection. Return Value string
bool insert(string $query, array $bindings = array()) Run an insert statement against the database. Parameters string $query array $bindings Return Value bool
bool isDoctrineAvailable() Is Doctrine available? Return Value bool
void listen(Closure $callback) Register a database query listener with the connection. Parameters Closure $callback Return Value void
bool logging() Determine whether we're logging queries. Return Value bool
Page 9603 of 11844