Searched +refs:artist +refs:fill +refs:item +refs:get (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm46 return join "/", $self->get(@cols);
316 # we don't use get() here because all objects should have
553 @data{@primary_columns} = $self->get(@primary_columns);
622 $self->_croak("Can't get last insert id") unless defined $id;
695 @data{@columns} = $self->get(@columns);
827 # We override the get() method from Class::Accessor to fetch the data for
829 # method. We also allow get to be called with a list of keys, instead of
832 sub get { subroutine
837 return $self->_croak("Can't get() nothing!") unless @cols;
1272 Music::Artist->table('artist');
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm47 return join "/", $self->get(@cols);
262 # we don't use get() here because all objects should have
610 or $self->_croak("Can't get last insert id");
700 @data{@columns} = $self->get(@columns);
832 # We override the get() method from Class::Accessor to fetch the data for
834 # method. We also allow get to be called with a list of keys, instead of
837 sub get { subroutine
842 return $self->_croak("Can't get() nothing!") unless @cols;
1262 Music::Artist->table('artist');
1269 Music::CD->columns(All => qw/cdid artist titl
[all...]

Completed in 192 milliseconds