Help for this page

Select Code to Download


  1. or download this
    $sth->{NAME}
    
  2. or download this
      DB<3> x $sth
    0  DBI::st=HASH(0x402426c0)
         empty hash
    
  3. or download this
      DB<4> x tied %$sth
    0  DBI::st=HASH(0x400221f0)
    ...
          -> undef
       'Statement' => 'select * from my.foo_test'
      DB<5>