/[cvs]/nfo/perl/libs/Data/Storage/Handler/DBI.pm
ViewVC logotype

Diff of /nfo/perl/libs/Data/Storage/Handler/DBI.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by joko, Sun Dec 1 04:46:01 2002 UTC revision 1.7 by joko, Sun Dec 1 07:09:09 2002 UTC
# Line 3  Line 3 
3  #  $Id$  #  $Id$
4  #  #
5  #  $Log$  #  $Log$
6    #  Revision 1.7  2002/12/01 07:09:09  joko
7    #  + sub getListFiltered (dummy redirecting to getListUnfiltered)
8    #
9  #  Revision 1.6  2002/12/01 04:46:01  joko  #  Revision 1.6  2002/12/01 04:46:01  joko
10  #  + sub eraseAll  #  + sub eraseAll
11  #  #
# Line 192  sub eraseAll { Line 195  sub eraseAll {
195    $self->sendCommand($sql);    $self->sendCommand($sql);
196  }  }
197    
198    # TODO: actually implement the filtering functionality using $this->sendQuery
199    sub getListFiltered {
200      my $self = shift;
201      my $nodename = shift;
202      return $self->getListUnfiltered($nodename);
203    }
204    
205  1;  1;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed