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
array getQueryLog() Get the connection query log. Return Value array
Grammar getSchemaGrammar() Get the schema grammar used by the connection. Return Value Grammar
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
PDO getPdo() Get the current PDO connection. Return Value PDO
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
Page 136 of 996