Documentation

SqlServerProcessor extends Processor
in package

Table of Contents

processColumnListing()  : array<string|int, mixed>
Process the results of a column listing query.
processInsertGetId()  : int
Process an "insert get ID" query.
processSelect()  : array<string|int, mixed>
Process the results of a "select" query.
processInsertGetIdForOdbc()  : int
Process an "insert get ID" query for ODBC.

Methods

processColumnListing()

Process the results of a column listing query.

public processColumnListing(array<string|int, mixed> $results) : array<string|int, mixed>
Parameters
$results : array<string|int, mixed>
Return values
array<string|int, mixed>

processInsertGetId()

Process an "insert get ID" query.

public processInsertGetId(Builder $query, string $sql, array<string|int, mixed> $values[, string $sequence = null ]) : int
Parameters
$query : Builder
$sql : string
$values : array<string|int, mixed>
$sequence : string = null
Return values
int

processSelect()

Process the results of a "select" query.

public processSelect(Builder $query, array<string|int, mixed> $results) : array<string|int, mixed>
Parameters
$query : Builder
$results : array<string|int, mixed>
Return values
array<string|int, mixed>

processInsertGetIdForOdbc()

Process an "insert get ID" query for ODBC.

protected processInsertGetIdForOdbc(Connection $connection) : int
Parameters
$connection : Connection
Tags
throws
Exception
Return values
int

Search results