Searched +refs:artist +refs:key +refs:set +refs:point +refs:point (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm321 "id called in scalar context for class with multiple primary key columns")
371 # Make a set of accessors for each of a list of columns. We construct
426 my ($self, $set) = @_;
428 $self->{__AutoCommit} = $set if defined $set;
435 my ($class, $set) = @_;
436 $class->__AutoCommit($set) if defined $set;
521 # create single unique key for this object
567 sprintf "Can't create %s object with null primary key column
862 sub set { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSet.pm23 DBIx::Class::ResultSet - Represents a query used for fetching a set of results.
33 A ResultSet is an object which stores a set of conditions representing
129 $cd_rs->create({ artist => 'Fred' });
136 artist => 'Fred'
302 foreach my $key (qw/join prefetch +select +as +columns include_columns bind/) {
303 next unless exists $attrs->{$key};
304 $new_attrs->{$key} = $self->_merge_attr($our_attrs->{$key}, $attrs->{$key});
394 my @cds = $cd_rs->search_literal('cdid = ? AND (artist
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm268 "id called in scalar context for class with multiple primary key columns")
318 # Make a set of accessors for each of a list of columns. We construct
400 my ($self, $set) = @_;
402 $self->{__AutoCommit} = $set if defined $set;
409 my ($class, $set) = @_;
410 $class->__AutoCommit($set) if defined $set;
498 my $key = $class->_live_object_key($data);
499 return $Live_Objects{$key} ||
867 sub set { subroutine
[all...]

Completed in 105 milliseconds