RE: SSQLSv2 design discussion
Sorry, I wasn't actually particularly clear with the whole transform
thing - it would need to be possible either at field level *or* object
level. LocaliseDate would therefore need std::string
operator()(mysqlpp::Date& date) to be applied to each date field as it's
bunged into the SSQLS, whereas an object transformer would have SQLStock
operator()(mysqlpp::Row& row).
For field level transforms, it might also be useful to have a
std::string operator()(mysqlpp::Date& date, mysqlpp::Row& row) variant
as well, just in case the transform depends on other things in the
result set e.g row['timezone'].
Hope that makes sense.
Joel
--
MySQL++ Mailing List
For list archives:
http://lists.mysql.com/plusplus
To unsubscribe:
http://lists.mysql.com/plusplus?unsub=lists@pantek.com
Received on Wed Aug 15 06:17:16 2007
This archive was generated by hypermail 2.1.8
: Sun Oct 07 2007 - 10:03:00 EDT
|