| Filename | /home/vagrant/kohaclone/Koha/Schema/Result/Deletedbiblio.pm |
| Statements | Executed 0 statements in 0s |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 125µs | 132µs | Class::C3::Componentised::BEGIN@1.2491 |
| 1 | 1 | 1 | 13µs | 142µs | Koha::Schema::Result::Deletedbiblio::BEGIN@16 |
| 1 | 1 | 1 | 12µs | 26µs | Koha::Schema::Result::Deletedbiblio::BEGIN@13 |
| 1 | 1 | 1 | 11µs | 22µs | Koha::Schema::Result::Deletedbiblio::BEGIN@14 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | 2 | 139µs | # spent 132µs (125+7) within Class::C3::Componentised::BEGIN@1.2491 which was called:
# once (125µs+7µs) by Class::C3::Componentised::ensure_class_loaded at line 1 # spent 132µs making 1 call to Class::C3::Componentised::BEGIN@1.2491
# spent 7µs making 1 call to utf8::import | ||
| 2 | package Koha::Schema::Result::Deletedbiblio; | ||||
| 3 | |||||
| 4 | # Created by DBIx::Class::Schema::Loader | ||||
| 5 | # DO NOT MODIFY THE FIRST PART OF THIS FILE | ||||
| 6 | |||||
| 7 | =head1 NAME | ||||
| 8 | |||||
| 9 | Koha::Schema::Result::Deletedbiblio | ||||
| 10 | |||||
| 11 | =cut | ||||
| 12 | |||||
| 13 | 2 | 40µs | # spent 26µs (12+14) within Koha::Schema::Result::Deletedbiblio::BEGIN@13 which was called:
# once (12µs+14µs) by Class::C3::Componentised::ensure_class_loaded at line 13 # spent 26µs making 1 call to Koha::Schema::Result::Deletedbiblio::BEGIN@13
# spent 14µs making 1 call to strict::import | ||
| 14 | 2 | 33µs | # spent 22µs (11+11) within Koha::Schema::Result::Deletedbiblio::BEGIN@14 which was called:
# once (11µs+11µs) by Class::C3::Componentised::ensure_class_loaded at line 14 # spent 22µs making 1 call to Koha::Schema::Result::Deletedbiblio::BEGIN@14
# spent 11µs making 1 call to warnings::import | ||
| 15 | |||||
| 16 | 2 | 271µs | # spent 142µs (13+129) within Koha::Schema::Result::Deletedbiblio::BEGIN@16 which was called:
# once (13µs+129µs) by Class::C3::Componentised::ensure_class_loaded at line 16 # spent 142µs making 1 call to Koha::Schema::Result::Deletedbiblio::BEGIN@16
# spent 129µs making 1 call to base::import | ||
| 17 | |||||
| 18 | =head1 TABLE: C<deletedbiblio> | ||||
| 19 | |||||
| 20 | =cut | ||||
| 21 | |||||
| 22 | 1 | 388µs | __PACKAGE__->table("deletedbiblio"); # spent 388µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table | ||
| 23 | |||||
| 24 | =head1 ACCESSORS | ||||
| 25 | |||||
| 26 | =head2 biblionumber | ||||
| 27 | |||||
| 28 | data_type: 'integer' | ||||
| 29 | is_auto_increment: 1 | ||||
| 30 | is_nullable: 0 | ||||
| 31 | |||||
| 32 | =head2 frameworkcode | ||||
| 33 | |||||
| 34 | data_type: 'varchar' | ||||
| 35 | default_value: (empty string) | ||||
| 36 | is_nullable: 0 | ||||
| 37 | size: 4 | ||||
| 38 | |||||
| 39 | =head2 author | ||||
| 40 | |||||
| 41 | data_type: 'mediumtext' | ||||
| 42 | is_nullable: 1 | ||||
| 43 | |||||
| 44 | =head2 title | ||||
| 45 | |||||
| 46 | data_type: 'mediumtext' | ||||
| 47 | is_nullable: 1 | ||||
| 48 | |||||
| 49 | =head2 unititle | ||||
| 50 | |||||
| 51 | data_type: 'mediumtext' | ||||
| 52 | is_nullable: 1 | ||||
| 53 | |||||
| 54 | =head2 notes | ||||
| 55 | |||||
| 56 | data_type: 'mediumtext' | ||||
| 57 | is_nullable: 1 | ||||
| 58 | |||||
| 59 | =head2 serial | ||||
| 60 | |||||
| 61 | data_type: 'tinyint' | ||||
| 62 | is_nullable: 1 | ||||
| 63 | |||||
| 64 | =head2 seriestitle | ||||
| 65 | |||||
| 66 | data_type: 'mediumtext' | ||||
| 67 | is_nullable: 1 | ||||
| 68 | |||||
| 69 | =head2 copyrightdate | ||||
| 70 | |||||
| 71 | data_type: 'smallint' | ||||
| 72 | is_nullable: 1 | ||||
| 73 | |||||
| 74 | =head2 timestamp | ||||
| 75 | |||||
| 76 | data_type: 'timestamp' | ||||
| 77 | datetime_undef_if_invalid: 1 | ||||
| 78 | default_value: current_timestamp | ||||
| 79 | is_nullable: 0 | ||||
| 80 | |||||
| 81 | =head2 datecreated | ||||
| 82 | |||||
| 83 | data_type: 'date' | ||||
| 84 | datetime_undef_if_invalid: 1 | ||||
| 85 | is_nullable: 0 | ||||
| 86 | |||||
| 87 | =head2 abstract | ||||
| 88 | |||||
| 89 | data_type: 'mediumtext' | ||||
| 90 | is_nullable: 1 | ||||
| 91 | |||||
| 92 | =cut | ||||
| 93 | |||||
| 94 | 1 | 976µs | __PACKAGE__->add_columns( # spent 976µs making 1 call to DBIx::Class::ResultSourceProxy::add_columns | ||
| 95 | "biblionumber", | ||||
| 96 | { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, | ||||
| 97 | "frameworkcode", | ||||
| 98 | { data_type => "varchar", default_value => "", is_nullable => 0, size => 4 }, | ||||
| 99 | "author", | ||||
| 100 | { data_type => "mediumtext", is_nullable => 1 }, | ||||
| 101 | "title", | ||||
| 102 | { data_type => "mediumtext", is_nullable => 1 }, | ||||
| 103 | "unititle", | ||||
| 104 | { data_type => "mediumtext", is_nullable => 1 }, | ||||
| 105 | "notes", | ||||
| 106 | { data_type => "mediumtext", is_nullable => 1 }, | ||||
| 107 | "serial", | ||||
| 108 | { data_type => "tinyint", is_nullable => 1 }, | ||||
| 109 | "seriestitle", | ||||
| 110 | { data_type => "mediumtext", is_nullable => 1 }, | ||||
| 111 | "copyrightdate", | ||||
| 112 | { data_type => "smallint", is_nullable => 1 }, | ||||
| 113 | "timestamp", | ||||
| 114 | { | ||||
| 115 | data_type => "timestamp", | ||||
| 116 | datetime_undef_if_invalid => 1, | ||||
| 117 | default_value => \"current_timestamp", | ||||
| 118 | is_nullable => 0, | ||||
| 119 | }, | ||||
| 120 | "datecreated", | ||||
| 121 | { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 0 }, | ||||
| 122 | "abstract", | ||||
| 123 | { data_type => "mediumtext", is_nullable => 1 }, | ||||
| 124 | ); | ||||
| 125 | |||||
| 126 | =head1 PRIMARY KEY | ||||
| 127 | |||||
| 128 | =over 4 | ||||
| 129 | |||||
| 130 | =item * L</biblionumber> | ||||
| 131 | |||||
| 132 | =back | ||||
| 133 | |||||
| 134 | =cut | ||||
| 135 | |||||
| 136 | 1 | 82µs | __PACKAGE__->set_primary_key("biblionumber"); # spent 82µs making 1 call to DBIx::Class::ResultSourceProxy::set_primary_key | ||
| 137 | |||||
| 138 | |||||
| 139 | # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 | ||||
| 140 | # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:T381rHb43DPfZ7+d/WuSxQ | ||||
| 141 | |||||
| 142 | |||||
| 143 | # You can replace this text with custom content, and it will be preserved on regeneration | ||||
| 144 | 1; |