PhpLiveDb::Insert

Create an object to run Insert queries

Sintaxe

namespace ProtocolLive\PhpLiveDb;

/**

 */
final class PhpLiveDb{
public function Insert(
string $Table
):Insert;
}
Parameters

$Table - The table to perform the insert.

Return Values

An object to add options and run the insert.

Examples

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