DBIx::SQLEngine::Record::PKey - A reference to a specific record in a table


NAME

DBIx::SQLEngine::Record::PKey - A reference to a specific record in a table


SYNOPSIS

  my $record_class = $sqldb->record_class( $table_name );
  my $keyobj = $record_class->pkey( $record_id );
  print $key->table();
  print $key->value();
  my $record = $key->record();


DESCRIPTION

This package is INCOMPLETE!


SEE ALSO

For more about the Record classes, see the DBIx::SQLEngine::Record::Class manpage.

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

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