bool isDoctrineAvailable() Is Doctrine available? Return Value bool
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
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
array getQueryLog() Get the connection query log. Return Value array
Grammar getQueryGrammar() Get the query grammar used by the connection. Return Value Grammar
Processor getPostProcessor() Get the query post processor used by the connection. Return Value Processor
PDO getPdo() Get the current PDO connection. Return Value PDO
Page 136 of 996