Hello again.

I've made significant progress in my understanding of
RDBO since I last requested help here, thanks again,
John.

My current problem is that the database I'm working
with contains two column types that are specific to
postgres and don't seem to be supported by RDBO. The
first I alluded to in an earlier message, the 'OID'
column type that I am using to store what amounts to
blob data (an image file actually) and the second is a
'time' column type used to store class (as in school)
scheduling information. For now, I can make do without
the 'OID' column type, but it's critical that I be
able to use the 'time' type.

After looking through some of the RDBO::Metadata
space, I believe my best bet is to create a new scalar
column class that will convert the Pg data to an
integer upon access and back to the Pg form upon store
as well as some ability to play well with timestamp
objects.

My problem is that I'm struggling a bit with the OO
aspect of the code and could use some guidance about
how best to approach this. I feel like I'm asking for
someone else to write the code, but I'm really only
looking for some help getting started.

Scott

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to