Re: Class::DBI::Set
[prev]
[thread]
[next]
[Date index for 2004/06/28]
>>>>> "Yuval" == Yuval Kogman <nothingmuch@xxxxxxxx.xxx> writes:
Yuval> Class::DBI::AbstractSeaerch allows you to construct complex queries.
Yuval> What I want is to create such sets that are storable objects themselves
Yuval> - precanned queries, perform operations on them, and then fetch the data
Yuval> they talk about as late as possilbe.
Since the interface ultimately is SQL, or stored procedures or VIEWs,
you can just save the SQL output from an AbstractSearch and use that
as-is, or in a stored procedure or a view.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@xxxxxxxxxx.xxx> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!