DESCR 445 B

1234567891011
  1. Rose::DB::Object - Extensible, high performance RDBMS-OO mapper.
  2. Rose::DB::Object is a base class for objects that encapsulate a
  3. single row in a database table.
  4. Rose::DB::Object objects can represent rows in almost any database
  5. table, subject to the following constraints.
  6. * The database server must be supported by L<Rose::DB>.
  7. * The database table must have a primary key.
  8. * The primary key must not allow null values in any of its columns.