![]() |
![]()
| ![]() |
![]()
NAMEDBIx::SQLEngine::Record::Extras - Provide extra methods SYNOPSISpackage My::Record; use DBIx::SQLEngine::Record::Class '-isasubclass', 'Extras'; my $sqldb = DBIx::SQLEngine->new( ... ); My::Record->table( $sqldb->table( 'foo' ) ); DESCRIPTIONThis package provides a multiply-composable collection of functionality for Record classes. Don't use this module directly; instead, pass its name as a trait when you create a new record class. This package provides a multiply-composable collection of functionality for Record classes. It is combined with the base class and other traits by DBIx::SQLEngine::Record::Class. REFERENCESelecting Records
|