Filename | /home/vagrant/kohaclone/Koha/Schema/Result/ImportRecord.pm |
Statements | Executed 17 statements in 736µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 135µs | 145µs | BEGIN@1.960 | Class::C3::Componentised::
1 | 1 | 1 | 16µs | 27µs | BEGIN@13 | Koha::Schema::Result::ImportRecord::
1 | 1 | 1 | 11µs | 84µs | BEGIN@16 | Koha::Schema::Result::ImportRecord::
1 | 1 | 1 | 9µs | 15µs | BEGIN@14 | Koha::Schema::Result::ImportRecord::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | 2 | 122µs | 2 | 156µs | # spent 145µs (135+10) within Class::C3::Componentised::BEGIN@1.960 which was called:
# once (135µs+10µs) by Class::C3::Componentised::ensure_class_loaded at line 1 # spent 145µs making 1 call to Class::C3::Componentised::BEGIN@1.960
# spent 10µs making 1 call to utf8::import |
2 | package Koha::Schema::Result::ImportRecord; | ||||
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::ImportRecord | ||||
10 | |||||
11 | =cut | ||||
12 | |||||
13 | 2 | 44µs | 2 | 38µs | # spent 27µs (16+11) within Koha::Schema::Result::ImportRecord::BEGIN@13 which was called:
# once (16µs+11µs) by Class::C3::Componentised::ensure_class_loaded at line 13 # spent 27µs making 1 call to Koha::Schema::Result::ImportRecord::BEGIN@13
# spent 11µs making 1 call to strict::import |
14 | 2 | 36µs | 2 | 21µs | # spent 15µs (9+6) within Koha::Schema::Result::ImportRecord::BEGIN@14 which was called:
# once (9µs+6µs) by Class::C3::Componentised::ensure_class_loaded at line 14 # spent 15µs making 1 call to Koha::Schema::Result::ImportRecord::BEGIN@14
# spent 6µs making 1 call to warnings::import |
15 | |||||
16 | 2 | 413µs | 2 | 157µs | # spent 84µs (11+73) within Koha::Schema::Result::ImportRecord::BEGIN@16 which was called:
# once (11µs+73µs) by Class::C3::Componentised::ensure_class_loaded at line 16 # spent 84µs making 1 call to Koha::Schema::Result::ImportRecord::BEGIN@16
# spent 73µs making 1 call to base::import |
17 | |||||
18 | =head1 TABLE: C<import_records> | ||||
19 | |||||
20 | =cut | ||||
21 | |||||
22 | 1 | 200ns | 1 | 179µs | __PACKAGE__->table("import_records"); # spent 179µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table |
23 | |||||
24 | =head1 ACCESSORS | ||||
25 | |||||
26 | =head2 import_record_id | ||||
27 | |||||
28 | data_type: 'integer' | ||||
29 | is_auto_increment: 1 | ||||
30 | is_nullable: 0 | ||||
31 | |||||
32 | =head2 import_batch_id | ||||
33 | |||||
34 | data_type: 'integer' | ||||
35 | is_foreign_key: 1 | ||||
36 | is_nullable: 0 | ||||
37 | |||||
38 | =head2 branchcode | ||||
39 | |||||
40 | data_type: 'varchar' | ||||
41 | is_nullable: 1 | ||||
42 | size: 10 | ||||
43 | |||||
44 | =head2 record_sequence | ||||
45 | |||||
46 | data_type: 'integer' | ||||
47 | default_value: 0 | ||||
48 | is_nullable: 0 | ||||
49 | |||||
50 | =head2 upload_timestamp | ||||
51 | |||||
52 | data_type: 'timestamp' | ||||
53 | datetime_undef_if_invalid: 1 | ||||
54 | default_value: current_timestamp | ||||
55 | is_nullable: 0 | ||||
56 | |||||
57 | =head2 import_date | ||||
58 | |||||
59 | data_type: 'date' | ||||
60 | datetime_undef_if_invalid: 1 | ||||
61 | is_nullable: 1 | ||||
62 | |||||
63 | =head2 marc | ||||
64 | |||||
65 | data_type: 'longblob' | ||||
66 | is_nullable: 0 | ||||
67 | |||||
68 | =head2 marcxml | ||||
69 | |||||
70 | data_type: 'longtext' | ||||
71 | is_nullable: 0 | ||||
72 | |||||
73 | =head2 marcxml_old | ||||
74 | |||||
75 | data_type: 'longtext' | ||||
76 | is_nullable: 0 | ||||
77 | |||||
78 | =head2 record_type | ||||
79 | |||||
80 | data_type: 'enum' | ||||
81 | default_value: 'biblio' | ||||
82 | extra: {list => ["biblio","auth","holdings"]} | ||||
83 | is_nullable: 0 | ||||
84 | |||||
85 | =head2 overlay_status | ||||
86 | |||||
87 | data_type: 'enum' | ||||
88 | default_value: 'no_match' | ||||
89 | extra: {list => ["no_match","auto_match","manual_match","match_applied"]} | ||||
90 | is_nullable: 0 | ||||
91 | |||||
92 | =head2 status | ||||
93 | |||||
94 | data_type: 'enum' | ||||
95 | default_value: 'staged' | ||||
96 | extra: {list => ["error","staged","imported","reverted","items_reverted","ignored"]} | ||||
97 | is_nullable: 0 | ||||
98 | |||||
99 | =head2 import_error | ||||
100 | |||||
101 | data_type: 'mediumtext' | ||||
102 | is_nullable: 1 | ||||
103 | |||||
104 | =head2 encoding | ||||
105 | |||||
106 | data_type: 'varchar' | ||||
107 | default_value: (empty string) | ||||
108 | is_nullable: 0 | ||||
109 | size: 40 | ||||
110 | |||||
111 | =head2 z3950random | ||||
112 | |||||
113 | data_type: 'varchar' | ||||
114 | is_nullable: 1 | ||||
115 | size: 40 | ||||
116 | |||||
117 | =cut | ||||
118 | |||||
119 | 1 | 38µs | 1 | 5.45ms | __PACKAGE__->add_columns( # spent 5.45ms making 1 call to DBIx::Class::ResultSourceProxy::add_columns |
120 | "import_record_id", | ||||
121 | { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, | ||||
122 | "import_batch_id", | ||||
123 | { data_type => "integer", is_foreign_key => 1, is_nullable => 0 }, | ||||
124 | "branchcode", | ||||
125 | { data_type => "varchar", is_nullable => 1, size => 10 }, | ||||
126 | "record_sequence", | ||||
127 | { data_type => "integer", default_value => 0, is_nullable => 0 }, | ||||
128 | "upload_timestamp", | ||||
129 | { | ||||
130 | data_type => "timestamp", | ||||
131 | datetime_undef_if_invalid => 1, | ||||
132 | default_value => \"current_timestamp", | ||||
133 | is_nullable => 0, | ||||
134 | }, | ||||
135 | "import_date", | ||||
136 | { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, | ||||
137 | "marc", | ||||
138 | { data_type => "longblob", is_nullable => 0 }, | ||||
139 | "marcxml", | ||||
140 | { data_type => "longtext", is_nullable => 0 }, | ||||
141 | "marcxml_old", | ||||
142 | { data_type => "longtext", is_nullable => 0 }, | ||||
143 | "record_type", | ||||
144 | { | ||||
145 | data_type => "enum", | ||||
146 | default_value => "biblio", | ||||
147 | extra => { list => ["biblio", "auth", "holdings"] }, | ||||
148 | is_nullable => 0, | ||||
149 | }, | ||||
150 | "overlay_status", | ||||
151 | { | ||||
152 | data_type => "enum", | ||||
153 | default_value => "no_match", | ||||
154 | extra => { | ||||
155 | list => ["no_match", "auto_match", "manual_match", "match_applied"], | ||||
156 | }, | ||||
157 | is_nullable => 0, | ||||
158 | }, | ||||
159 | "status", | ||||
160 | { | ||||
161 | data_type => "enum", | ||||
162 | default_value => "staged", | ||||
163 | extra => { | ||||
164 | list => [ | ||||
165 | "error", | ||||
166 | "staged", | ||||
167 | "imported", | ||||
168 | "reverted", | ||||
169 | "items_reverted", | ||||
170 | "ignored", | ||||
171 | ], | ||||
172 | }, | ||||
173 | is_nullable => 0, | ||||
174 | }, | ||||
175 | "import_error", | ||||
176 | { data_type => "mediumtext", is_nullable => 1 }, | ||||
177 | "encoding", | ||||
178 | { data_type => "varchar", default_value => "", is_nullable => 0, size => 40 }, | ||||
179 | "z3950random", | ||||
180 | { data_type => "varchar", is_nullable => 1, size => 40 }, | ||||
181 | ); | ||||
182 | |||||
183 | =head1 PRIMARY KEY | ||||
184 | |||||
185 | =over 4 | ||||
186 | |||||
187 | =item * L</import_record_id> | ||||
188 | |||||
189 | =back | ||||
190 | |||||
191 | =cut | ||||
192 | |||||
193 | 1 | 19µs | 1 | 90µs | __PACKAGE__->set_primary_key("import_record_id"); # spent 90µs making 1 call to DBIx::Class::ResultSourceProxy::set_primary_key |
194 | |||||
195 | =head1 RELATIONS | ||||
196 | |||||
197 | =head2 import_auths | ||||
198 | |||||
199 | Type: has_many | ||||
200 | |||||
201 | Related object: L<Koha::Schema::Result::ImportAuth> | ||||
202 | |||||
203 | =cut | ||||
204 | |||||
205 | 1 | 10µs | 1 | 367µs | __PACKAGE__->has_many( # spent 367µs making 1 call to DBIx::Class::Relationship::HasMany::has_many |
206 | "import_auths", | ||||
207 | "Koha::Schema::Result::ImportAuth", | ||||
208 | { "foreign.import_record_id" => "self.import_record_id" }, | ||||
209 | { cascade_copy => 0, cascade_delete => 0 }, | ||||
210 | ); | ||||
211 | |||||
212 | =head2 import_batch | ||||
213 | |||||
214 | Type: belongs_to | ||||
215 | |||||
216 | Related object: L<Koha::Schema::Result::ImportBatch> | ||||
217 | |||||
218 | =cut | ||||
219 | |||||
220 | 1 | 18µs | 1 | 212µs | __PACKAGE__->belongs_to( # spent 212µs making 1 call to DBIx::Class::Relationship::BelongsTo::belongs_to |
221 | "import_batch", | ||||
222 | "Koha::Schema::Result::ImportBatch", | ||||
223 | { import_batch_id => "import_batch_id" }, | ||||
224 | { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" }, | ||||
225 | ); | ||||
226 | |||||
227 | =head2 import_biblios | ||||
228 | |||||
229 | Type: has_many | ||||
230 | |||||
231 | Related object: L<Koha::Schema::Result::ImportBiblio> | ||||
232 | |||||
233 | =cut | ||||
234 | |||||
235 | 1 | 4µs | 1 | 264µs | __PACKAGE__->has_many( # spent 264µs making 1 call to DBIx::Class::Relationship::HasMany::has_many |
236 | "import_biblios", | ||||
237 | "Koha::Schema::Result::ImportBiblio", | ||||
238 | { "foreign.import_record_id" => "self.import_record_id" }, | ||||
239 | { cascade_copy => 0, cascade_delete => 0 }, | ||||
240 | ); | ||||
241 | |||||
242 | =head2 import_items | ||||
243 | |||||
244 | Type: has_many | ||||
245 | |||||
246 | Related object: L<Koha::Schema::Result::ImportItem> | ||||
247 | |||||
248 | =cut | ||||
249 | |||||
250 | 1 | 4µs | 1 | 232µs | __PACKAGE__->has_many( # spent 232µs making 1 call to DBIx::Class::Relationship::HasMany::has_many |
251 | "import_items", | ||||
252 | "Koha::Schema::Result::ImportItem", | ||||
253 | { "foreign.import_record_id" => "self.import_record_id" }, | ||||
254 | { cascade_copy => 0, cascade_delete => 0 }, | ||||
255 | ); | ||||
256 | |||||
257 | =head2 import_record_matches | ||||
258 | |||||
259 | Type: has_many | ||||
260 | |||||
261 | Related object: L<Koha::Schema::Result::ImportRecordMatch> | ||||
262 | |||||
263 | =cut | ||||
264 | |||||
265 | 1 | 4µs | 1 | 224µs | __PACKAGE__->has_many( # spent 224µs making 1 call to DBIx::Class::Relationship::HasMany::has_many |
266 | "import_record_matches", | ||||
267 | "Koha::Schema::Result::ImportRecordMatch", | ||||
268 | { "foreign.import_record_id" => "self.import_record_id" }, | ||||
269 | { cascade_copy => 0, cascade_delete => 0 }, | ||||
270 | ); | ||||
271 | |||||
272 | |||||
273 | # Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-07-11 09:26:55 | ||||
274 | # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jhzXlqw5mA1lGsI9SZEv/Q | ||||
275 | |||||
276 | |||||
277 | # You can replace this text with custom content, and it will be preserved on regeneration | ||||
278 | 1 | 24µs | 1; |