The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

insert

SYNOPSIS

  <& insert, table => $table, %ARGS &>

DESCRIPTION

A simple component to perform an insert based on the values of %ARGS.

PARAMETERS

  • table

    An <Alzabo::Table> object into which a new row will be inserted.

The rest of the arguments should simply be the %ARGS hash as passed to the calling component. This component will extract the relevant column values from that hash.

RETURNS

The new row that was inserted is returned.