Alzabo::Runtime::RowState::Potential.3pm

Langue: en

Autres versions - même langue

Version: 2008-06-10 (ubuntu - 08/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

   my $row = $table->potential_row;
 
   $row->make_live;  # $row is now a _real_ row object!
 
 

DESCRIPTION

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

METHODS

See "Alzabo::Runtime::Row".

AUTHOR

Dave Rolsky, <autarch@urth.org>