The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Alzabo::Runtime::Column - Column objects

SYNOPSIS

  use Alzabo::Runtime::Column;

INHERITS FROM

Alzabo::Column

alias

Takes the following parameters:

  • as => $name

This method returns an object that can be used in calls to the table and schema select() methods in order to change the name given to the column if next_as_hash() is called on the Alzabo::DriverStatement returned by the aforementioned select() method.

AUTHOR

Dave Rolsky, <autarch@urth.org>