NAME
TestX::CatalystX::ExtensionB::Schema::Result::Book
ACCESSORS
id
data_type: INTEGER
default_value: undef
is_nullable: 1
size: undef
title
data_type: TEXT
default_value: undef
is_nullable: 1
size: undef
rating
data_type: INTEGER
default_value: undef
is_nullable: 1
size: undef
created
data_type: INTEGER
default_value: undef
is_nullable: 1
size: undef
updated
data_type: INTEGER
default_value: undef
is_nullable: 1
size: undef
RELATIONS
book_authors
Type: has_many
Related object: TestX::CatalystX::ExtensionB::Schema::Result::BookAuthor
author_count
Return the number of authors for the current book
author_list
Return a comma-separated list of authors for the current book
delete_allowed_by
Can the specified user delete the current book?