Re: [CDBI] Group by and AbstractSearch
[prev]
[thread]
[next]
[Date index for 2005/10/21]
select_val is documented here:
http://search.cpan.org/dist/Class-DBI/lib/Class/DBI.pm#select_val
documentation regarding custom sql:
http://search.cpan.org/dist/Class-DBI/lib/Class/
DBI.pm#DEFINING_SQL_STATEMENTS
On Oct 21, 2005, at 10:42 AM, Brett Sanger wrote:
> On Fri, Oct 21, 2005 at 07:48:00AM -0700, Bill Moseley wrote:
>
>>> sub area_summary {
>>> my $self = shift;
>>> my $sql = SQL::Abstract->new();
>>> my ($where, @bind) = $sql->where(@_);
>>> return $self->sql_summarize($where)->select_val(@bind);
>>> }
>>>
>>
>> Doesn't select_val() return just one value? Seem like in the case
>> above you would define a TEMP column 'Count' and then search as
>> normal with $class->search_summarize()
>>
>
> Thus the desire to understand what I'm coding :)
>
> Where is select_val documented?
>
> how would search_summarize get my where clause? Or would I be able to
> pass it along?
>
> --
> SwiftOne / Brett Sanger
> swiftone@xxxxxxxx.xxx
>
> _______________________________________________
> ClassDBI mailing list
> ClassDBI@xxxxx.xxxxxxxxxxxxxxxx.xxx
> http://lists.digitalcraftsmen.net/mailman/listinfo/classdbi
>
_______________________________________________
ClassDBI mailing list
ClassDBI@xxxxx.xxxxxxxxxxxxxxxx.xxx
http://lists.digitalcraftsmen.net/mailman/listinfo/classdbi