logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Dave Rolsky, <autarch@urth.org>

perl v5.34.0                                       2022-06-14             Alzabo::Runtime...tate::Potential(3pm)

Description

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

Methods

       See "Alzabo::Runtime::Row".

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!

See Also