function executeUpdate executeUpdate(...parts: Parameters<update>): Promise<ResultSet> Build the update statement and run it in one call — the executing form for the single-statement call sites (batch and transactional callers use update itself). Parameters ...parts: Parameters<update> Return Type Promise<ResultSet>