Changes between Initial Version and Version 1 of GestaltDocumentation/TableRow

Show
Ignore:
Timestamp:
10/28/05 12:15:57 (5 years ago)
Author:
bradley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GestaltDocumentation/TableRow

    v1 v1  
     1The DB::Table module provides an interface to various attributes of a table, 
     2and allows you to select rows from the database, while DB::Table::Row provides 
     3an interface to a row within a table. 
     4 
     5Documentation for these modules is available here: 
     6 
     7[http://search.cpan.org/~kite/gestalt-0.2.1/DB/Table/Table.pm DB::Table] 
     8 
     9[http://search.cpan.org/~kite/gestalt-0.2.1/DB/Table/Row/Row.pm DB::Table::Row]