The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::SQLEngine::Record::Set - Class for arrays of rows

SYNOPSIS

  $sqldb = DBIx::SQLEngine->new( ... );
  
  $row_class = $sqldb->row_class( $table_name );
  
  $row_set = $row_class->fetch_select( criteria => { status => 2 } );

DESCRIPTION

This package is not yet complete.

SEE ALSO

See DBIx::SQLEngine for the overall interface and developer documentation.

See DBIx::SQLEngine::Docs::ReadMe for general information about this distribution, including installation and license information.