Searched +refs:artist +refs:find +refs:direction (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSet.pm56 L</find> L</next> L</all> L</first> L</single> L</count>
129 $cd_rs->create({ artist => 'Fred' });
136 artist => 'Fred'
394 my @cds = $cd_rs->search_literal('cdid = ? AND (artist = ? OR artist = ?)', (2, 1, 2));
395 my @cds = $cd_rs->search(\[ 'cdid = ? AND (artist = ? OR artist = ?)', [ 'cdid', 2 ], [ 'artist', 1 ], [ 'artist', 2 ] ]);
413 =head2 find
466 sub find { subroutine
[all...]

Completed in 128 milliseconds