"Tintin" <> said:
>"kbass" <> wrote in message
>news:gqmib.5606$...
>>
>> "Malcolm Dew-Jones" <> wrote in message
>> news:...
>> > kbass () wrote:
>> > : Is there a module within Perl that has the equivalent
>> > : functionality of a JavaBean?
>> >
>> > That depends on what you mean by "equivalent functionality". What
>> > are youy trying to accomplish?
>>
>> I am attempting to create a module that would allow me to encapsulate
>> functionality such as retrieving, updating, inserting and deleting
>> data from a database table.
>
>It's spelt DBI in Perl.
No, the DBI equivalent in Java would more or less be JDBC.
Bean is a form of class that in its most simplistic form just has a few
instance variables, and accessor methods for them. So, what is called
here is a class that would have accessor methods for set of attributes,
and would use database as the persistence layer for that data.
--
Wolf a.k.a. Juha Laiho Espoo, Finland
(GC 3.0) GIT d- s+: a C++ ULSH++++$ P++@ L+++ E- W+$@ N++ !K w !O !M V
PS(+) PE Y+ PGP(+) t- 5 !X R !tv b+ !DI D G e+ h---- r+++ y++++
"...cancel my subscription to the resurrection!" (Jim Morrison)
|