SQL::YASP

SQL::YASP is a SQL parser and evaluator.
Download

SQL::YASP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Miko O'Sullivan
  • Publisher web site:
  • http://search.cpan.org/~miko/

SQL::YASP Tags


SQL::YASP Description

SQL::YASP is a SQL parser and evaluator. SQL::YASP is a SQL parser and evaluator.SYNOPSIS use SQL::YASP; my ($sql, $stmt, $dbrec, $params); $sql = 'Joe', last=>'Smith', email=>'joe@idocs.com', rank=>10, }; # input parameters $params = ; # test if this record passes the where clause if ($stmt->{'where'}->evalexpr(db_record=>$dbrec, params=>$params)) { # get the record as indicated by the select clause my $retrec = $stmt->select_fields(db_record=>$dbrec); print $retrec->{'fullname'}, "n"; } Requirements: · Perl


SQL::YASP Related Software