I'm studying expanded SSQLS code and I have a question. As I can see, field_list() (for example) return a temporary object of <ClassName>_field_list. And real output to stream operate with it. I wonder, what are advantages of such approach? Why we can't just return std::string in field_list()? Disadvantage is heavy *.h.
Thanks
-- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsub=mysql@(protected)