PhpLiveDb::Delete

Create an object to run Delete queries

Sintaxe


namespace ProtocolLive\PhpLiveDb;

public function PhpLiveDb::Delete(
string $Table
):Delete;
Parameters

$Table - The table to perform the delete

Return Values

An object to add options and run the delete.

Examples

$consult = $Db->Delete('users u');