SqlServerConnection::beginTransaction()

void beginTransaction() Start a new database transaction. Return Value void Exceptions Exception

SqlServerConnection

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

SQLiteProcessor::processColumnListing()

array processColumnListing(array $results) Process the results of a column listing query. Parameters 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

SQLiteGrammar::wrapTable()

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

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.

SQLiteProcessor::processSelect()

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

SQLiteGrammar::wrap()

string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. Parameters Expression|string $value bool $prefixAlias 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