Reorder and new queries, also change to Query/Builder
This commit is contained in:
@ -6,6 +6,6 @@ use ProVM\Concept\Database\Query;
|
||||
interface Update extends Query
|
||||
{
|
||||
public function table(string $table): Update;
|
||||
public function set(array $value_pairs): Update;
|
||||
public function where(array $conditions): Update;
|
||||
public function set(array|string $value_pairs): Update;
|
||||
public function where(array|string $conditions): Update;
|
||||
}
|
||||
|
Reference in New Issue
Block a user