Help for this page

Select Code to Download


  1. or download this
      $parser->feature('valid_data_types','BLOB',1);
    
  2. or download this
    use strict;
    
    ...
    my $parser = SQL::Parser->new();
    $parser->feature('valid_data_types','BLOB',1);
    my $stmt = SQL::Statement->new($statement,$parser);