Dimedis::Sql

Dimedis::Sql is a SQL/DBI Interface for banking applications.
Download

Dimedis::Sql Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Joern Reder
  • Publisher web site:
  • http://search.cpan.org/~jred/

Dimedis::Sql Tags


Dimedis::Sql Description

Dimedis::Sql is a SQL/DBI Interface for banking applications. Dimedis::Sql is a SQL/DBI Interface for banking applications.SYNOPSIS use Dimedis::Sql; my $sqlh = new Dimedis::Sql ( ... ); $sqlh->install ( ... ); my $seq_id = $sqlh->insert ( ... ); my $modified = $sqlh->update ( ... ); my $blob_sref = $sqlh->blob_read ( ... ); $sqlh->use_db ( ...) my $db_prefix = $sqlh->db_prefix ( ...) my $modified = $sqlh->do ( ... ); my $href = $sqlh->get ( ... ); my @row = $sqlh->get ( ... ); my ($from, $where) = $sqlh->outer_join ( ... ); my $cond = $sqlh->cmpi ( ... ); my $where = $sqlh->contains ( ... ); my $feature_href = $sqlh->get_features; Requirements: · Perl


Dimedis::Sql Related Software