Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    
    use strict;
    ...
      my $hashref = $sthcolinfo->fetchrow_hashref();
      return $hashref->{TYPE_NAME};
    }
    
  2. or download this
    #! /usr/bin/perl
    
    ...
    
    my $col = 'Testcol';
    DbiTest->new($col);
    
  3. or download this
    package DbiTest;
    
    ...
    }
    
    1;
    
  4. or download this
    Usage: SQL_LONGVARCHAR() at DbiTest line 21