*/ public function execute(array $params = []): Promise; /** * @return string The SQL string used to prepare the statement. */ public function getQuery(): string; }