Help for this page

Select Code to Download


  1. or download this
    BEGIN {
            use Exporter  ();
    ...
            @EXPORT_OK   = qw();
            $Exporter::Verbose=1
        }
    
  2. or download this
    my $dbh = $entity->getConnection(); # Grab a connection for general us
    +e
    my $obj = Dbschema->new($dbh);
    my ($val)  = $obj->getMatchingTableDDLDbaPortal','Entity%');
    ###this method getMatchingTableDDL is get called even if removed from 
    +exporter array in module !!!