General class for an abstracted "Upsert" (UPDATE or INSERT) query operation. This class can only be used with a table with a single unique index
The unique or primary key of the table. Type: string File
protected Upsert::preExecute() Preprocesses
public Upsert::key($field) Sets the
public Upsert::__construct(Connection $connection, $table, array $options =
public Upsert::execute() Runs the query