mirror of
https://github.com/danog/sql.git
synced 2024-11-26 20:15:08 +01:00
Remove close from Executor, part of TransientResource now
This commit is contained in:
parent
261e762d13
commit
3060e7f9f1
@ -31,9 +31,4 @@ interface Executor extends TransientResource
|
||||
* @throws QueryError If the operation fails due to an error in the query (such as a syntax error).
|
||||
*/
|
||||
public function execute(string $sql, array $params = []): Result;
|
||||
|
||||
/**
|
||||
* Closes the executor. No further queries may be performed.
|
||||
*/
|
||||
public function close(): void;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user