| Filename | /home/vagrant/kohaclone/Koha/Schema/Result/Subscriptionroutinglist.pm | 
| Statements | Executed 15 statements in 520µs | 
| Calls | P | F | Exclusive Time | Inclusive Time | Subroutine | 
|---|---|---|---|---|---|
| 1 | 1 | 1 | 13µs | 24µs | Koha::Schema::Result::Subscriptionroutinglist::BEGIN@13 | 
| 1 | 1 | 1 | 10µs | 87µs | Koha::Schema::Result::Subscriptionroutinglist::BEGIN@16 | 
| 1 | 1 | 1 | 9µs | 18µs | Koha::Schema::Result::Subscriptionroutinglist::BEGIN@14 | 
| 1 | 1 | 1 | 200ns | 200ns | Class::C3::Componentised::BEGIN@1.654 | 
| Line | State ments | Time on line | Calls | Time in subs | Code | 
|---|---|---|---|---|---|
| 1 | 2 | 55µs | 2 | 200ns | # spent 200ns within Class::C3::Componentised::BEGIN@1.654 which was called:
#    once (200ns+0s) by Class::C3::Componentised::ensure_class_loaded at line 1 # spent   200ns making 1 call to Class::C3::Componentised::BEGIN@1.654
# spent     0s making 1 call to utf8::import | 
| 2 | package Koha::Schema::Result::Subscriptionroutinglist; | ||||
| 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::Subscriptionroutinglist | ||||
| 10 | |||||
| 11 | =cut | ||||
| 12 | |||||
| 13 | 2 | 41µs | 2 | 34µs | # spent 24µs (13+10) within Koha::Schema::Result::Subscriptionroutinglist::BEGIN@13 which was called:
#    once (13µs+10µs) by Class::C3::Componentised::ensure_class_loaded at line 13 # spent    24µs making 1 call to Koha::Schema::Result::Subscriptionroutinglist::BEGIN@13
# spent    10µs making 1 call to strict::import | 
| 14 | 2 | 41µs | 2 | 26µs | # spent 18µs (9+8) within Koha::Schema::Result::Subscriptionroutinglist::BEGIN@14 which was called:
#    once (9µs+8µs) by Class::C3::Componentised::ensure_class_loaded at line 14 # spent    18µs making 1 call to Koha::Schema::Result::Subscriptionroutinglist::BEGIN@14
# spent     8µs making 1 call to warnings::import | 
| 15 | |||||
| 16 | 2 | 263µs | 2 | 164µs | # spent 87µs (10+77) within Koha::Schema::Result::Subscriptionroutinglist::BEGIN@16 which was called:
#    once (10µs+77µs) by Class::C3::Componentised::ensure_class_loaded at line 16 # spent    87µs making 1 call to Koha::Schema::Result::Subscriptionroutinglist::BEGIN@16
# spent    77µs making 1 call to base::import | 
| 17 | |||||
| 18 | =head1 TABLE: C<subscriptionroutinglist> | ||||
| 19 | |||||
| 20 | =cut | ||||
| 21 | |||||
| 22 | 1 | 20µs | 1 | 330µs | __PACKAGE__->table("subscriptionroutinglist"); # spent   330µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table | 
| 23 | |||||
| 24 | =head1 ACCESSORS | ||||
| 25 | |||||
| 26 | =head2 routingid | ||||
| 27 | |||||
| 28 | data_type: 'integer' | ||||
| 29 | is_auto_increment: 1 | ||||
| 30 | is_nullable: 0 | ||||
| 31 | |||||
| 32 | =head2 borrowernumber | ||||
| 33 | |||||
| 34 | data_type: 'integer' | ||||
| 35 | is_foreign_key: 1 | ||||
| 36 | is_nullable: 0 | ||||
| 37 | |||||
| 38 | =head2 ranking | ||||
| 39 | |||||
| 40 | data_type: 'integer' | ||||
| 41 | is_nullable: 1 | ||||
| 42 | |||||
| 43 | =head2 subscriptionid | ||||
| 44 | |||||
| 45 | data_type: 'integer' | ||||
| 46 | is_foreign_key: 1 | ||||
| 47 | is_nullable: 0 | ||||
| 48 | |||||
| 49 | =cut | ||||
| 50 | |||||
| 51 | 1 | 32µs | 1 | 1.44ms | __PACKAGE__->add_columns( # spent  1.44ms making 1 call to DBIx::Class::ResultSourceProxy::add_columns | 
| 52 | "routingid", | ||||
| 53 | { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, | ||||
| 54 | "borrowernumber", | ||||
| 55 | { data_type => "integer", is_foreign_key => 1, is_nullable => 0 }, | ||||
| 56 | "ranking", | ||||
| 57 | { data_type => "integer", is_nullable => 1 }, | ||||
| 58 | "subscriptionid", | ||||
| 59 | { data_type => "integer", is_foreign_key => 1, is_nullable => 0 }, | ||||
| 60 | ); | ||||
| 61 | |||||
| 62 | =head1 PRIMARY KEY | ||||
| 63 | |||||
| 64 | =over 4 | ||||
| 65 | |||||
| 66 | =item * L</routingid> | ||||
| 67 | |||||
| 68 | =back | ||||
| 69 | |||||
| 70 | =cut | ||||
| 71 | |||||
| 72 | 1 | 17µs | 1 | 90µs | __PACKAGE__->set_primary_key("routingid"); # spent    90µs making 1 call to DBIx::Class::ResultSourceProxy::set_primary_key | 
| 73 | |||||
| 74 | =head1 UNIQUE CONSTRAINTS | ||||
| 75 | |||||
| 76 | =head2 C<subscriptionid> | ||||
| 77 | |||||
| 78 | =over 4 | ||||
| 79 | |||||
| 80 | =item * L</subscriptionid> | ||||
| 81 | |||||
| 82 | =item * L</borrowernumber> | ||||
| 83 | |||||
| 84 | =back | ||||
| 85 | |||||
| 86 | =cut | ||||
| 87 | |||||
| 88 | 1 | 18µs | 1 | 30µs | __PACKAGE__->add_unique_constraint("subscriptionid", ["subscriptionid", "borrowernumber"]); # spent    30µs making 1 call to DBIx::Class::ResultSourceProxy::add_unique_constraint | 
| 89 | |||||
| 90 | =head1 RELATIONS | ||||
| 91 | |||||
| 92 | =head2 borrowernumber | ||||
| 93 | |||||
| 94 | Type: belongs_to | ||||
| 95 | |||||
| 96 | Related object: L<Koha::Schema::Result::Borrower> | ||||
| 97 | |||||
| 98 | =cut | ||||
| 99 | |||||
| 100 | 1 | 12µs | 1 | 420µs | __PACKAGE__->belongs_to( # spent   420µs making 1 call to DBIx::Class::Relationship::BelongsTo::belongs_to | 
| 101 | "borrowernumber", | ||||
| 102 | "Koha::Schema::Result::Borrower", | ||||
| 103 | { borrowernumber => "borrowernumber" }, | ||||
| 104 | { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" }, | ||||
| 105 | ); | ||||
| 106 | |||||
| 107 | =head2 subscriptionid | ||||
| 108 | |||||
| 109 | Type: belongs_to | ||||
| 110 | |||||
| 111 | Related object: L<Koha::Schema::Result::Subscription> | ||||
| 112 | |||||
| 113 | =cut | ||||
| 114 | |||||
| 115 | 1 | 6µs | 1 | 702µs | __PACKAGE__->belongs_to( # spent   702µs making 1 call to DBIx::Class::Relationship::BelongsTo::belongs_to | 
| 116 | "subscriptionid", | ||||
| 117 | "Koha::Schema::Result::Subscription", | ||||
| 118 | { subscriptionid => "subscriptionid" }, | ||||
| 119 | { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" }, | ||||
| 120 | ); | ||||
| 121 | |||||
| 122 | |||||
| 123 | # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 | ||||
| 124 | # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:AK595c56vgTa7ZjwZjberw | ||||
| 125 | |||||
| 126 | |||||
| 127 | # You can replace this text with custom content, and it will be preserved on regeneration | ||||
| 128 | 1 | 14µs | 1; |