PhpLiveDb::Delete

Create an object to run Delete queries

Sintaxe

namespace ProtocolLive\PhpLiveDb;

/**

 */
final class PhpLiveDb{
public function 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');