| Filename | /home/vagrant/kohaclone/Koha/Schema/Result/Z3950server.pm |
| Statements | Executed 12 statements in 559µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 37µs | 41µs | Class::C3::Componentised::BEGIN@1.2217 |
| 1 | 1 | 1 | 13µs | 23µs | Koha::Schema::Result::Z3950server::BEGIN@13 |
| 1 | 1 | 1 | 9µs | 67µs | Koha::Schema::Result::Z3950server::BEGIN@16 |
| 1 | 1 | 1 | 9µs | 16µs | Koha::Schema::Result::Z3950server::BEGIN@14 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | 2 | 88µs | 2 | 46µs | # spent 41µs (37+5) within Class::C3::Componentised::BEGIN@1.2217 which was called:
# once (37µs+5µs) by Class::C3::Componentised::ensure_class_loaded at line 1 # spent 41µs making 1 call to Class::C3::Componentised::BEGIN@1.2217
# spent 5µs making 1 call to utf8::import |
| 2 | package Koha::Schema::Result::Z3950server; | ||||
| 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::Z3950server | ||||
| 10 | |||||
| 11 | =cut | ||||
| 12 | |||||
| 13 | 2 | 40µs | 2 | 33µs | # spent 23µs (13+10) within Koha::Schema::Result::Z3950server::BEGIN@13 which was called:
# once (13µs+10µs) by Class::C3::Componentised::ensure_class_loaded at line 13 # spent 23µs making 1 call to Koha::Schema::Result::Z3950server::BEGIN@13
# spent 10µs making 1 call to strict::import |
| 14 | 2 | 36µs | 2 | 22µs | # spent 16µs (9+7) within Koha::Schema::Result::Z3950server::BEGIN@14 which was called:
# once (9µs+7µs) by Class::C3::Componentised::ensure_class_loaded at line 14 # spent 16µs making 1 call to Koha::Schema::Result::Z3950server::BEGIN@14
# spent 7µs making 1 call to warnings::import |
| 15 | |||||
| 16 | 2 | 309µs | 2 | 125µs | # spent 67µs (9+58) within Koha::Schema::Result::Z3950server::BEGIN@16 which was called:
# once (9µs+58µs) by Class::C3::Componentised::ensure_class_loaded at line 16 # spent 67µs making 1 call to Koha::Schema::Result::Z3950server::BEGIN@16
# spent 58µs making 1 call to base::import |
| 17 | |||||
| 18 | =head1 TABLE: C<z3950servers> | ||||
| 19 | |||||
| 20 | =cut | ||||
| 21 | |||||
| 22 | 1 | 19µs | 1 | 300µs | __PACKAGE__->table("z3950servers"); # spent 300µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table |
| 23 | |||||
| 24 | =head1 ACCESSORS | ||||
| 25 | |||||
| 26 | =head2 id | ||||
| 27 | |||||
| 28 | data_type: 'integer' | ||||
| 29 | is_auto_increment: 1 | ||||
| 30 | is_nullable: 0 | ||||
| 31 | |||||
| 32 | =head2 host | ||||
| 33 | |||||
| 34 | data_type: 'varchar' | ||||
| 35 | is_nullable: 1 | ||||
| 36 | size: 255 | ||||
| 37 | |||||
| 38 | =head2 port | ||||
| 39 | |||||
| 40 | data_type: 'integer' | ||||
| 41 | is_nullable: 1 | ||||
| 42 | |||||
| 43 | =head2 db | ||||
| 44 | |||||
| 45 | data_type: 'varchar' | ||||
| 46 | is_nullable: 1 | ||||
| 47 | size: 255 | ||||
| 48 | |||||
| 49 | =head2 userid | ||||
| 50 | |||||
| 51 | data_type: 'varchar' | ||||
| 52 | is_nullable: 1 | ||||
| 53 | size: 255 | ||||
| 54 | |||||
| 55 | =head2 password | ||||
| 56 | |||||
| 57 | data_type: 'varchar' | ||||
| 58 | is_nullable: 1 | ||||
| 59 | size: 255 | ||||
| 60 | |||||
| 61 | =head2 servername | ||||
| 62 | |||||
| 63 | data_type: 'mediumtext' | ||||
| 64 | is_nullable: 0 | ||||
| 65 | |||||
| 66 | =head2 checked | ||||
| 67 | |||||
| 68 | data_type: 'smallint' | ||||
| 69 | is_nullable: 1 | ||||
| 70 | |||||
| 71 | =head2 rank | ||||
| 72 | |||||
| 73 | data_type: 'integer' | ||||
| 74 | is_nullable: 1 | ||||
| 75 | |||||
| 76 | =head2 syntax | ||||
| 77 | |||||
| 78 | data_type: 'varchar' | ||||
| 79 | is_nullable: 1 | ||||
| 80 | size: 80 | ||||
| 81 | |||||
| 82 | =head2 timeout | ||||
| 83 | |||||
| 84 | data_type: 'integer' | ||||
| 85 | default_value: 0 | ||||
| 86 | is_nullable: 0 | ||||
| 87 | |||||
| 88 | =head2 servertype | ||||
| 89 | |||||
| 90 | data_type: 'enum' | ||||
| 91 | default_value: 'zed' | ||||
| 92 | extra: {list => ["zed","sru"]} | ||||
| 93 | is_nullable: 0 | ||||
| 94 | |||||
| 95 | =head2 encoding | ||||
| 96 | |||||
| 97 | data_type: 'text' | ||||
| 98 | is_nullable: 1 | ||||
| 99 | |||||
| 100 | =head2 recordtype | ||||
| 101 | |||||
| 102 | data_type: 'enum' | ||||
| 103 | default_value: 'biblio' | ||||
| 104 | extra: {list => ["authority","biblio"]} | ||||
| 105 | is_nullable: 0 | ||||
| 106 | |||||
| 107 | =head2 sru_options | ||||
| 108 | |||||
| 109 | data_type: 'varchar' | ||||
| 110 | is_nullable: 1 | ||||
| 111 | size: 255 | ||||
| 112 | |||||
| 113 | =head2 sru_fields | ||||
| 114 | |||||
| 115 | data_type: 'mediumtext' | ||||
| 116 | is_nullable: 1 | ||||
| 117 | |||||
| 118 | =head2 add_xslt | ||||
| 119 | |||||
| 120 | data_type: 'mediumtext' | ||||
| 121 | is_nullable: 1 | ||||
| 122 | |||||
| 123 | =cut | ||||
| 124 | |||||
| 125 | 1 | 35µs | 1 | 15.9ms | __PACKAGE__->add_columns( # spent 15.9ms making 1 call to DBIx::Class::ResultSourceProxy::add_columns |
| 126 | "id", | ||||
| 127 | { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, | ||||
| 128 | "host", | ||||
| 129 | { data_type => "varchar", is_nullable => 1, size => 255 }, | ||||
| 130 | "port", | ||||
| 131 | { data_type => "integer", is_nullable => 1 }, | ||||
| 132 | "db", | ||||
| 133 | { data_type => "varchar", is_nullable => 1, size => 255 }, | ||||
| 134 | "userid", | ||||
| 135 | { data_type => "varchar", is_nullable => 1, size => 255 }, | ||||
| 136 | "password", | ||||
| 137 | { data_type => "varchar", is_nullable => 1, size => 255 }, | ||||
| 138 | "servername", | ||||
| 139 | { data_type => "mediumtext", is_nullable => 0 }, | ||||
| 140 | "checked", | ||||
| 141 | { data_type => "smallint", is_nullable => 1 }, | ||||
| 142 | "rank", | ||||
| 143 | { data_type => "integer", is_nullable => 1 }, | ||||
| 144 | "syntax", | ||||
| 145 | { data_type => "varchar", is_nullable => 1, size => 80 }, | ||||
| 146 | "timeout", | ||||
| 147 | { data_type => "integer", default_value => 0, is_nullable => 0 }, | ||||
| 148 | "servertype", | ||||
| 149 | { | ||||
| 150 | data_type => "enum", | ||||
| 151 | default_value => "zed", | ||||
| 152 | extra => { list => ["zed", "sru"] }, | ||||
| 153 | is_nullable => 0, | ||||
| 154 | }, | ||||
| 155 | "encoding", | ||||
| 156 | { data_type => "text", is_nullable => 1 }, | ||||
| 157 | "recordtype", | ||||
| 158 | { | ||||
| 159 | data_type => "enum", | ||||
| 160 | default_value => "biblio", | ||||
| 161 | extra => { list => ["authority", "biblio"] }, | ||||
| 162 | is_nullable => 0, | ||||
| 163 | }, | ||||
| 164 | "sru_options", | ||||
| 165 | { data_type => "varchar", is_nullable => 1, size => 255 }, | ||||
| 166 | "sru_fields", | ||||
| 167 | { data_type => "mediumtext", is_nullable => 1 }, | ||||
| 168 | "add_xslt", | ||||
| 169 | { data_type => "mediumtext", is_nullable => 1 }, | ||||
| 170 | ); | ||||
| 171 | |||||
| 172 | =head1 PRIMARY KEY | ||||
| 173 | |||||
| 174 | =over 4 | ||||
| 175 | |||||
| 176 | =item * L</id> | ||||
| 177 | |||||
| 178 | =back | ||||
| 179 | |||||
| 180 | =cut | ||||
| 181 | |||||
| 182 | 1 | 17µs | 1 | 92µs | __PACKAGE__->set_primary_key("id"); # spent 92µs making 1 call to DBIx::Class::ResultSourceProxy::set_primary_key |
| 183 | |||||
| 184 | |||||
| 185 | # Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-09-01 10:16:04 | ||||
| 186 | # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:q0y03nGYIt0eDIVui0UUdw | ||||
| 187 | |||||
| 188 | |||||
| 189 | # You can replace this text with custom code or comments, and it will be preserved on regeneration | ||||
| 190 | 1 | 16µs | 1; |