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

DBIx::DataModel::Schema::ResultAs::Sth - DBI statement handle

DESCRIPTION

Returns the underlying DBI statement handle, in an executed state.

Then it is up to the caller to retrieve data rows using the DBI API. If needed, these rows can be later blessed into appropriate objects through bless_from_DB().