| Filename | /home/vagrant/kohaclone/Koha/Schema/Result/Aqbudgetperiod.pm |
| Statements | Executed 12 statements in 511µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 31µs | 35µs | Class::C3::Componentised::BEGIN@1.2620 |
| 1 | 1 | 1 | 12µs | 24µs | Koha::Schema::Result::Aqbudgetperiod::BEGIN@13 |
| 1 | 1 | 1 | 11µs | 92µs | Koha::Schema::Result::Aqbudgetperiod::BEGIN@16 |
| 1 | 1 | 1 | 10µs | 20µs | Koha::Schema::Result::Aqbudgetperiod::BEGIN@14 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | 2 | 82µs | 2 | 40µs | # spent 35µs (31+4) within Class::C3::Componentised::BEGIN@1.2620 which was called:
# once (31µs+4µs) by Class::C3::Componentised::ensure_class_loaded at line 1 # spent 35µs making 1 call to Class::C3::Componentised::BEGIN@1.2620
# spent 4µs making 1 call to utf8::import |
| 2 | package Koha::Schema::Result::Aqbudgetperiod; | ||||
| 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::Aqbudgetperiod | ||||
| 10 | |||||
| 11 | =cut | ||||
| 12 | |||||
| 13 | 2 | 46µs | 2 | 36µs | # spent 24µs (12+12) within Koha::Schema::Result::Aqbudgetperiod::BEGIN@13 which was called:
# once (12µs+12µs) by Class::C3::Componentised::ensure_class_loaded at line 13 # spent 24µs making 1 call to Koha::Schema::Result::Aqbudgetperiod::BEGIN@13
# spent 12µs making 1 call to strict::import |
| 14 | 2 | 46µs | 2 | 29µs | # spent 20µs (10+9) within Koha::Schema::Result::Aqbudgetperiod::BEGIN@14 which was called:
# once (10µs+9µs) by Class::C3::Componentised::ensure_class_loaded at line 14 # spent 20µs making 1 call to Koha::Schema::Result::Aqbudgetperiod::BEGIN@14
# spent 9µs making 1 call to warnings::import |
| 15 | |||||
| 16 | 2 | 256µs | 2 | 173µs | # spent 92µs (11+81) within Koha::Schema::Result::Aqbudgetperiod::BEGIN@16 which was called:
# once (11µs+81µs) by Class::C3::Componentised::ensure_class_loaded at line 16 # spent 92µs making 1 call to Koha::Schema::Result::Aqbudgetperiod::BEGIN@16
# spent 81µs making 1 call to base::import |
| 17 | |||||
| 18 | =head1 TABLE: C<aqbudgetperiods> | ||||
| 19 | |||||
| 20 | =cut | ||||
| 21 | |||||
| 22 | 1 | 24µs | 1 | 460µs | __PACKAGE__->table("aqbudgetperiods"); # spent 460µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table |
| 23 | |||||
| 24 | =head1 ACCESSORS | ||||
| 25 | |||||
| 26 | =head2 budget_period_id | ||||
| 27 | |||||
| 28 | data_type: 'integer' | ||||
| 29 | is_auto_increment: 1 | ||||
| 30 | is_nullable: 0 | ||||
| 31 | |||||
| 32 | =head2 budget_period_startdate | ||||
| 33 | |||||
| 34 | data_type: 'date' | ||||
| 35 | datetime_undef_if_invalid: 1 | ||||
| 36 | is_nullable: 0 | ||||
| 37 | |||||
| 38 | =head2 budget_period_enddate | ||||
| 39 | |||||
| 40 | data_type: 'date' | ||||
| 41 | datetime_undef_if_invalid: 1 | ||||
| 42 | is_nullable: 0 | ||||
| 43 | |||||
| 44 | =head2 budget_period_active | ||||
| 45 | |||||
| 46 | data_type: 'tinyint' | ||||
| 47 | default_value: 0 | ||||
| 48 | is_nullable: 1 | ||||
| 49 | |||||
| 50 | =head2 budget_period_description | ||||
| 51 | |||||
| 52 | data_type: 'mediumtext' | ||||
| 53 | is_nullable: 1 | ||||
| 54 | |||||
| 55 | =head2 budget_period_total | ||||
| 56 | |||||
| 57 | data_type: 'decimal' | ||||
| 58 | is_nullable: 1 | ||||
| 59 | size: [28,6] | ||||
| 60 | |||||
| 61 | =head2 budget_period_locked | ||||
| 62 | |||||
| 63 | data_type: 'tinyint' | ||||
| 64 | is_nullable: 1 | ||||
| 65 | |||||
| 66 | =head2 sort1_authcat | ||||
| 67 | |||||
| 68 | data_type: 'varchar' | ||||
| 69 | is_nullable: 1 | ||||
| 70 | size: 10 | ||||
| 71 | |||||
| 72 | =head2 sort2_authcat | ||||
| 73 | |||||
| 74 | data_type: 'varchar' | ||||
| 75 | is_nullable: 1 | ||||
| 76 | size: 10 | ||||
| 77 | |||||
| 78 | =cut | ||||
| 79 | |||||
| 80 | 1 | 29µs | 1 | 9.15ms | __PACKAGE__->add_columns( # spent 9.15ms making 1 call to DBIx::Class::ResultSourceProxy::add_columns |
| 81 | "budget_period_id", | ||||
| 82 | { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, | ||||
| 83 | "budget_period_startdate", | ||||
| 84 | { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 0 }, | ||||
| 85 | "budget_period_enddate", | ||||
| 86 | { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 0 }, | ||||
| 87 | "budget_period_active", | ||||
| 88 | { data_type => "tinyint", default_value => 0, is_nullable => 1 }, | ||||
| 89 | "budget_period_description", | ||||
| 90 | { data_type => "mediumtext", is_nullable => 1 }, | ||||
| 91 | "budget_period_total", | ||||
| 92 | { data_type => "decimal", is_nullable => 1, size => [28, 6] }, | ||||
| 93 | "budget_period_locked", | ||||
| 94 | { data_type => "tinyint", is_nullable => 1 }, | ||||
| 95 | "sort1_authcat", | ||||
| 96 | { data_type => "varchar", is_nullable => 1, size => 10 }, | ||||
| 97 | "sort2_authcat", | ||||
| 98 | { data_type => "varchar", is_nullable => 1, size => 10 }, | ||||
| 99 | ); | ||||
| 100 | |||||
| 101 | =head1 PRIMARY KEY | ||||
| 102 | |||||
| 103 | =over 4 | ||||
| 104 | |||||
| 105 | =item * L</budget_period_id> | ||||
| 106 | |||||
| 107 | =back | ||||
| 108 | |||||
| 109 | =cut | ||||
| 110 | |||||
| 111 | 1 | 18µs | 1 | 88µs | __PACKAGE__->set_primary_key("budget_period_id"); # spent 88µs making 1 call to DBIx::Class::ResultSourceProxy::set_primary_key |
| 112 | |||||
| 113 | |||||
| 114 | # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 | ||||
| 115 | # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SaTTCao0N80iDL8pgf5k1A | ||||
| 116 | |||||
| 117 | |||||
| 118 | # You can replace this text with custom content, and it will be preserved on regeneration | ||||
| 119 | 1 | 11µs | 1; |