Alzabo::Runtime::RowState::Live - Row objects representing rows in the database
Contents
Description
This state is used for live rows, rows which represent actual rows in the database.
Methods
See "Alzabo::Runtime::Row".
Name
Alzabo::Runtime::RowState::Live - Row objects representing rows in the database
Synopsis
my $row = $table->row_by_pk( pk => 1 );
