SqlServerConnection::affectingStatement()

int affectingStatement(string $query, array $bindings = array()) Run an SQL statement and get the number of rows affected. Parameters string $query array $bindings Return Value int

SqlServerConnection

SqlServerConnection class SqlServerConnection extends Connection (View source) Traits DetectsDeadlocks DetectsLostConnections

SQLiteProcessor::processSelect()

array processSelect(Builder $query, array $results) Process the results of a "select" query. Parameters Builder $query array $results Return Value array

SQLiteProcessor::processInsertGetId()

int processInsertGetId(Builder $query, string $sql, array $values, string $sequence = null) Process an "insert get ID" query. Parameters Builder $query string $sql array $values string $sequence Return Value int

SQLiteProcessor::processColumnListing()

array processColumnListing(array $results) Process the results of a column listing query. Parameters array $results Return Value array

SQLiteProcessor

SQLiteProcessor class SQLiteProcessor extends Processor (View source) Methods array processSelect(Builder $query, array $results) Process the results of a "select" query. from Processor int processInsertGetId(Builder $query, string $sql, array $values, string $sequence = null) Process an "insert get ID" query. from Processor array processColumnListing(array $results) Process the results of a column listing query.

SQLiteGrammar::wrapTable()

string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. Parameters Expression|string $table Return Value string

SQLiteGrammar::wrapTable()

string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. Parameters Expression|string $table Return Value string

SQLiteGrammar::wrapArray()

array wrapArray(array $values) Wrap an array of values. Parameters array $values Return Value array

SQLiteGrammar::wrapArray()

array wrapArray(array $values) Wrap an array of values. Parameters array $values Return Value array