Help for this page

Select Code to Download


  1. or download this
    printf "Columns             %s\n",join( ',', map {$_->name} $stmt->col
    +umn_defs() );
    
  2. or download this
    print Dumper $stmt->column_defs();