![]() |
![]()
| ![]() |
![]()
NAMEDBIx::SQLEngine::Record::PKey - A reference to a specific record in a table SYNOPSISmy $record_class = $sqldb->record_class( $table_name ); my $keyobj = $record_class->pkey( $record_id ); print $key->table(); print $key->value(); my $record = $key->record(); DESCRIPTIONThis package is INCOMPLETE! SEE ALSOFor more about the Record classes, see DBIx::SQLEngine::Record::Class. 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.
|