Tao::DBI::st_deep - Tao statements for reading/writing nested Perl data in relational databases


Tao-DBI documentation  | view source Contained in the Tao-DBI distribution.

Index


NAME

Top

Tao::DBI::st_deep - Tao statements for reading/writing nested Perl data in relational databases

SYNOPSIS

Top

  use Tao::DBI qw(dbi_connect);

  $stmt = $dbh->prepare($sql, { type => 'deep', meta => $meta });
  $stmt->execute($bind_values);
  my $row = $stmt->fetchrow_hashref();

DESCRIPTION

Top


Tao-DBI documentation  | view source Contained in the Tao-DBI distribution.