Hey all.  I'm working on migrating a Class::DBI system to RDBO and I'm
wondering how to implement "temp" columns.  In CDBI these are accessors that
behave like normal column accessors but don't store data in the database.
Weird, but sometimes useful.  Here's how they're setup in Class::DBI:

  __PACKAGE__->columns(TEMP => qw/foo bar baz/);

Is there a RDBO equivalent?

Thanks,
-sam
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to