Re: [cx-oracle-users] cx_Oracle 5.1
Brought to you by:
atuining
From: <jc....@gm...> - 2011-03-23 09:35:50
|
Thanks, Anthony, for your response on this. Over the last couple of years, I've been using cx_Oracle to define my own classes on Oracle objects for various projects that I'm working on. Code re-usability is one of the benefits of this. Hard work, but it pays off in the long run. I'll be looking out for announcements of object support being built into cx_Oracle! Again, many thanks Jon On , Anthony Tuininga <ant...@gm...> wrote: > You're welcome. I can elaborate a little. Essentially, what I mean > here is the ability to create an object from scratch or retrieve one > from the database and then modify its attributes and save them back > into the database. Its needed for a number of situations, the most > notable one being the spatial interface provided by Oracle. There are > ways around it (anonymous PL/SQL blocks and the like) but a direct > interface would be appreciated by quite a few judging from the e-mails > that I have received over the past years! I hope that explains things. > Anthony |