Storm\Drivers\Base\Relational\Queries\QueryExecutor::DeleteRowsByPrimaryKeysQuery PHP Метод

DeleteRowsByPrimaryKeysQuery() абстрактный защищенный Метод

abstract protected DeleteRowsByPrimaryKeysQuery ( Storm\Drivers\Base\Relational\Queries\IConnection $Connection, Table $Table, array $DiscardedPrimaryKeys )
$Connection Storm\Drivers\Base\Relational\Queries\IConnection
$Table Storm\Drivers\Base\Relational\Table
$DiscardedPrimaryKeys array
    protected abstract function DeleteRowsByPrimaryKeysQuery(IConnection $Connection, Table $Table, array $DiscardedPrimaryKeys);