DBIO

 view release on metacpan or  search on metacpan

lib/DBIO/Storage/DBI.pm  view on Meta::CPAN

  );

=head2 connect_call_datetime_setup

A no-op stub method, provided so that one can always safely supply the
L<connection option|/DBIO specific connection attributes>

 on_connect_call => 'datetime_setup'

This way one does not need to know in advance whether the underlying
storage requires any sort of hand-holding when dealing with calendar
data.

=head2 connect_call_rebase_sqlmaker

This on-connect call takes as a single argument the name of a class to "rebase"
the SQLMaker inheritance hierarchy upon. For this to work properly the target
class B<MUST> inherit from L<DBIO::SQLMaker::ClassicExtensions> and
either L<SQL::Abstract> or L<SQL::Abstract::Classic> as shown below.

This infrastructure is provided to aid recent activity around experimental new



( run in 1.288 second using v1.01-cache-2.11-cpan-f52f0507bed )