2021-05-21 08:49:41 +02:00

23 lines
306 B
PHP

<?php
/**
*
* This file is part of Aura for PHP.
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
namespace Aura\SqlQuery\Sqlsrv;
use Aura\SqlQuery\Common;
/**
*
* An object for Sqlsrv DELETE queries.
*
* @package Aura.SqlQuery
*
*/
class Delete extends Common\Delete
{
}