final class SimulateDml (View source)

Methods

__construct(DatabaseInterface $dbi)

No description

string
getError()

No description

array
getMatchedRows(string $query, Parser $parser, UpdateStatement $statement)

Find the matching rows for UPDATE/DELETE query.

Details

__construct(DatabaseInterface $dbi)

No description

Parameters

DatabaseInterface $dbi

string getError()

No description

Return Value

string

array getMatchedRows(string $query, Parser $parser, UpdateStatement $statement)

Find the matching rows for UPDATE/DELETE query.

Parameters

string $query
Parser $parser
UpdateStatement $statement

Return Value

array