Alzabo::Runtime::RowState::Potential - Row objects that are not in the database


Alzabo documentation  | view source Contained in the Alzabo distribution.

Index


NAME

Top

Alzabo::Runtime::RowState::Potential - Row objects that are not in the database

SYNOPSIS

Top

  my $row = $table->potential_row;

  $row->make_live;  # $row is now a _real_ row object!

DESCRIPTION

Top

This state is used for potential rows, rows which do not yet exist in the database.

METHODS

Top

See Alzabo::Runtime::Row|Alzabo::Runtime::Row.

AUTHOR

Top

Dave Rolsky, <autarch@urth.org>


Alzabo documentation  | view source Contained in the Alzabo distribution.