| Alzabo documentation | view source | Contained in the Alzabo distribution. |
Alzabo::Runtime::RowState::Live - Row objects representing rows in the database
my $row = $table->row_by_pk( pk => 1 );
This state is used for live rows, rows which represent actual rows in the database.
See Alzabo::Runtime::Row|Alzabo::Runtime::Row.
Dave Rolsky, <autarch@urth.org>
| Alzabo documentation | view source | Contained in the Alzabo distribution. |