DBIx::SearchBuilder::Handle::mysql -- a mysql specific Handle object |
DBIx::SearchBuilder::Handle::mysql -- a mysql specific Handle object
Jesse Vincent, jesse@fsck.com
perl(1), DBIx::SearchBuilder
Takes a table name as the first argument and assumes that the rest of the arguments are an array of key-value pairs to be inserted.
Returns undef, since mysql's searches are not case sensitive by default
DBIx::SearchBuilder::Handle::mysql -- a mysql specific Handle object |