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().