CAM-SQLObject

 view release on metacpan or  search on metacpan

lib/CAM/SQLObject.pm  view on Meta::CPAN

}
#----------------

=item updateQueryName

Returns the name of the default query to do record updates in SQL XML
file (needed for save()).  This default method returns "update".

=cut

sub updateQueryName
{
   my $pkg_or_self = shift;

   return "update";
}
#----------------

=item insertQueryName

Returns the name of the default query to do record inserts in SQL XML

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.152 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )