App-BPOMUtils-Table-FoodAdditive

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
*   additive_group.max => *str*
 
    Only return records where the 'additive_group' field is less than or
    equal to specified value.
 
*   additive_group.min => *str*
 
    Only return records where the 'additive_group' field is greater than
    or equal to specified value.
 
*   additive_group.not_contains => *str*
 
    Only return records where the 'additive_group' field does not
    contain specified text.
 
*   additive_group.not_in => *array[str]*
 
    Only return records where the 'additive_group' field is not in the
    specified values.
 
*   additive_group.xmax => *str*
 
    Only return records where the 'additive_group' field is less than
    specified value.
 
*   additive_group.xmin => *str*

README  view on Meta::CPAN

111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
*   additive_name.max => *str*
 
    Only return records where the 'additive_name' field is less than or
    equal to specified value.
 
*   additive_name.min => *str*
 
    Only return records where the 'additive_name' field is greater than
    or equal to specified value.
 
*   additive_name.not_contains => *str*
 
    Only return records where the 'additive_name' field does not contain
    specified text.
 
*   additive_name.not_in => *array[str]*
 
    Only return records where the 'additive_name' field is not in the
    specified values.
 
*   additive_name.xmax => *str*
 
    Only return records where the 'additive_name' field is less than
    specified value.
 
*   additive_name.xmin => *str*

README  view on Meta::CPAN

180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
*   food_category_name.max => *str*
 
    Only return records where the 'food_category_name' field is less
    than or equal to specified value.
 
*   food_category_name.min => *str*
 
    Only return records where the 'food_category_name' field is greater
    than or equal to specified value.
 
*   food_category_name.not_contains => *str*
 
    Only return records where the 'food_category_name' field does not
    contain specified text.
 
*   food_category_name.not_in => *array[str]*
 
    Only return records where the 'food_category_name' field is not in
    the specified values.
 
*   food_category_name.xmax => *str*
 
    Only return records where the 'food_category_name' field is less
    than specified value.
 
*   food_category_name.xmin => *str*

README  view on Meta::CPAN

235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
*   food_category_number.max => *str*
 
    Only return records where the 'food_category_number' field is less
    than or equal to specified value.
 
*   food_category_number.min => *str*
 
    Only return records where the 'food_category_number' field is
    greater than or equal to specified value.
 
*   food_category_number.not_contains => *str*
 
    Only return records where the 'food_category_number' field does not
    contain specified text.
 
*   food_category_number.not_in => *array[str]*
 
    Only return records where the 'food_category_number' field is not in
    the specified values.
 
*   food_category_number.xmax => *str*
 
    Only return records where the 'food_category_number' field is less
    than specified value.
 
*   food_category_number.xmin => *str*

README  view on Meta::CPAN

286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
*   id.max => *str*
 
    Only return records where the 'id' field is less than or equal to
    specified value.
 
*   id.min => *str*
 
    Only return records where the 'id' field is greater than or equal to
    specified value.
 
*   id.not_contains => *str*
 
    Only return records where the 'id' field does not contain specified
    text.
 
*   id.not_in => *array[str]*
 
    Only return records where the 'id' field is not in the specified
    values.
 
*   id.xmax => *str*
 
    Only return records where the 'id' field is less than specified
    value.
 
*   id.xmin => *str*

README  view on Meta::CPAN

341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
*   information.max => *str*
 
    Only return records where the 'information' field is less than or
    equal to specified value.
 
*   information.min => *str*
 
    Only return records where the 'information' field is greater than or
    equal to specified value.
 
*   information.not_contains => *str*
 
    Only return records where the 'information' field does not contain
    specified text.
 
*   information.not_in => *array[str]*
 
    Only return records where the 'information' field is not in the
    specified values.
 
*   information.xmax => *str*
 
    Only return records where the 'information' field is less than
    specified value.
 
*   information.xmin => *str*

README  view on Meta::CPAN

396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
*   ins_number.max => *str*
 
    Only return records where the 'ins_number' field is less than or
    equal to specified value.
 
*   ins_number.min => *str*
 
    Only return records where the 'ins_number' field is greater than or
    equal to specified value.
 
*   ins_number.not_contains => *str*
 
    Only return records where the 'ins_number' field does not contain
    specified text.
 
*   ins_number.not_in => *array[str]*
 
    Only return records where the 'ins_number' field is not in the
    specified values.
 
*   ins_number.xmax => *str*
 
    Only return records where the 'ins_number' field is less than
    specified value.
 
*   ins_number.xmin => *str*

README  view on Meta::CPAN

448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
*   limit.max => *str*
 
    Only return records where the 'limit' field is less than or equal to
    specified value.
 
*   limit.min => *str*
 
    Only return records where the 'limit' field is greater than or equal
    to specified value.
 
*   limit.not_contains => *str*
 
    Only return records where the 'limit' field does not contain
    specified text.
 
*   limit.not_in => *array[str]*
 
    Only return records where the 'limit' field is not in the specified
    values.
 
*   limit.xmax => *str*
 
    Only return records where the 'limit' field is less than specified
    value.
 
*   limit.xmin => *str*

README  view on Meta::CPAN

503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
*   limit_unit.max => *str*
 
    Only return records where the 'limit_unit' field is less than or
    equal to specified value.
 
*   limit_unit.min => *str*
 
    Only return records where the 'limit_unit' field is greater than or
    equal to specified value.
 
*   limit_unit.not_contains => *str*
 
    Only return records where the 'limit_unit' field does not contain
    specified text.
 
*   limit_unit.not_in => *array[str]*
 
    Only return records where the 'limit_unit' field is not in the
    specified values.
 
*   limit_unit.xmax => *str*
 
    Only return records where the 'limit_unit' field is less than
    specified value.
 
*   limit_unit.xmin => *str*

README  view on Meta::CPAN

555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
*   note.max => *str*
 
    Only return records where the 'note' field is less than or equal to
    specified value.
 
*   note.min => *str*
 
    Only return records where the 'note' field is greater than or equal
    to specified value.
 
*   note.not_contains => *str*
 
    Only return records where the 'note' field does not contain
    specified text.
 
*   note.not_in => *array[str]*
 
    Only return records where the 'note' field is not in the specified
    values.
 
*   note.xmax => *str*
 
    Only return records where the 'note' field is less than specified
    value.
 
*   note.xmin => *str*

README  view on Meta::CPAN

648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
*   status.max => *str*
 
    Only return records where the 'status' field is less than or equal
    to specified value.
 
*   status.min => *str*
 
    Only return records where the 'status' field is greater than or
    equal to specified value.
 
*   status.not_contains => *str*
 
    Only return records where the 'status' field does not contain
    specified text.
 
*   status.not_in => *array[str]*
 
    Only return records where the 'status' field is not in the specified
    values.
 
*   status.xmax => *str*
 
    Only return records where the 'status' field is less than specified
    value.
 
*   status.xmin => *str*

lib/App/BPOMUtils/Table/FoodAdditive.pm  view on Meta::CPAN

121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
Only return records where the 'additive_group' field does not equal specified value.
 
=item * B<additive_group.max> => I<str>
 
Only return records where the 'additive_group' field is less than or equal to specified value.
 
=item * B<additive_group.min> => I<str>
 
Only return records where the 'additive_group' field is greater than or equal to specified value.
 
=item * B<additive_group.not_contains> => I<str>
 
Only return records where the 'additive_group' field does not contain specified text.
 
=item * B<additive_group.not_in> => I<array[str]>
 
Only return records where the 'additive_group' field is not in the specified values.
 
=item * B<additive_group.xmax> => I<str>
 
Only return records where the 'additive_group' field is less than specified value.
 
=item * B<additive_group.xmin> => I<str>
 
Only return records where the 'additive_group' field is greater than specified value.

lib/App/BPOMUtils/Table/FoodAdditive.pm  view on Meta::CPAN

165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
Only return records where the 'additive_name' field does not equal specified value.
 
=item * B<additive_name.max> => I<str>
 
Only return records where the 'additive_name' field is less than or equal to specified value.
 
=item * B<additive_name.min> => I<str>
 
Only return records where the 'additive_name' field is greater than or equal to specified value.
 
=item * B<additive_name.not_contains> => I<str>
 
Only return records where the 'additive_name' field does not contain specified text.
 
=item * B<additive_name.not_in> => I<array[str]>
 
Only return records where the 'additive_name' field is not in the specified values.
 
=item * B<additive_name.xmax> => I<str>
 
Only return records where the 'additive_name' field is less than specified value.
 
=item * B<additive_name.xmin> => I<str>
 
Only return records where the 'additive_name' field is greater than specified value.

lib/App/BPOMUtils/Table/FoodAdditive.pm  view on Meta::CPAN

223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
Only return records where the 'food_category_name' field does not equal specified value.
 
=item * B<food_category_name.max> => I<str>
 
Only return records where the 'food_category_name' field is less than or equal to specified value.
 
=item * B<food_category_name.min> => I<str>
 
Only return records where the 'food_category_name' field is greater than or equal to specified value.
 
=item * B<food_category_name.not_contains> => I<str>
 
Only return records where the 'food_category_name' field does not contain specified text.
 
=item * B<food_category_name.not_in> => I<array[str]>
 
Only return records where the 'food_category_name' field is not in the specified values.
 
=item * B<food_category_name.xmax> => I<str>
 
Only return records where the 'food_category_name' field is less than specified value.
 
=item * B<food_category_name.xmin> => I<str>
 
Only return records where the 'food_category_name' field is greater than specified value.

lib/App/BPOMUtils/Table/FoodAdditive.pm  view on Meta::CPAN

267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
Only return records where the 'food_category_number' field does not equal specified value.
 
=item * B<food_category_number.max> => I<str>
 
Only return records where the 'food_category_number' field is less than or equal to specified value.
 
=item * B<food_category_number.min> => I<str>
 
Only return records where the 'food_category_number' field is greater than or equal to specified value.
 
=item * B<food_category_number.not_contains> => I<str>
 
Only return records where the 'food_category_number' field does not contain specified text.
 
=item * B<food_category_number.not_in> => I<array[str]>
 
Only return records where the 'food_category_number' field is not in the specified values.
 
=item * B<food_category_number.xmax> => I<str>
 
Only return records where the 'food_category_number' field is less than specified value.
 
=item * B<food_category_number.xmin> => I<str>
 
Only return records where the 'food_category_number' field is greater than specified value.

lib/App/BPOMUtils/Table/FoodAdditive.pm  view on Meta::CPAN

311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
Only return records where the 'id' field does not equal specified value.
 
=item * B<id.max> => I<str>
 
Only return records where the 'id' field is less than or equal to specified value.
 
=item * B<id.min> => I<str>
 
Only return records where the 'id' field is greater than or equal to specified value.
 
=item * B<id.not_contains> => I<str>
 
Only return records where the 'id' field does not contain specified text.
 
=item * B<id.not_in> => I<array[str]>
 
Only return records where the 'id' field is not in the specified values.
 
=item * B<id.xmax> => I<str>
 
Only return records where the 'id' field is less than specified value.
 
=item * B<id.xmin> => I<str>
 
Only return records where the 'id' field is greater than specified value.

lib/App/BPOMUtils/Table/FoodAdditive.pm  view on Meta::CPAN

355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
Only return records where the 'information' field does not equal specified value.
 
=item * B<information.max> => I<str>
 
Only return records where the 'information' field is less than or equal to specified value.
 
=item * B<information.min> => I<str>
 
Only return records where the 'information' field is greater than or equal to specified value.
 
=item * B<information.not_contains> => I<str>
 
Only return records where the 'information' field does not contain specified text.
 
=item * B<information.not_in> => I<array[str]>
 
Only return records where the 'information' field is not in the specified values.
 
=item * B<information.xmax> => I<str>
 
Only return records where the 'information' field is less than specified value.
 
=item * B<information.xmin> => I<str>
 
Only return records where the 'information' field is greater than specified value.

lib/App/BPOMUtils/Table/FoodAdditive.pm  view on Meta::CPAN

399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
Only return records where the 'ins_number' field does not equal specified value.
 
=item * B<ins_number.max> => I<str>
 
Only return records where the 'ins_number' field is less than or equal to specified value.
 
=item * B<ins_number.min> => I<str>
 
Only return records where the 'ins_number' field is greater than or equal to specified value.
 
=item * B<ins_number.not_contains> => I<str>
 
Only return records where the 'ins_number' field does not contain specified text.
 
=item * B<ins_number.not_in> => I<array[str]>
 
Only return records where the 'ins_number' field is not in the specified values.
 
=item * B<ins_number.xmax> => I<str>
 
Only return records where the 'ins_number' field is less than specified value.
 
=item * B<ins_number.xmin> => I<str>
 
Only return records where the 'ins_number' field is greater than specified value.

lib/App/BPOMUtils/Table/FoodAdditive.pm  view on Meta::CPAN

443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
Only return records where the 'limit' field does not equal specified value.
 
=item * B<limit.max> => I<str>
 
Only return records where the 'limit' field is less than or equal to specified value.
 
=item * B<limit.min> => I<str>
 
Only return records where the 'limit' field is greater than or equal to specified value.
 
=item * B<limit.not_contains> => I<str>
 
Only return records where the 'limit' field does not contain specified text.
 
=item * B<limit.not_in> => I<array[str]>
 
Only return records where the 'limit' field is not in the specified values.
 
=item * B<limit.xmax> => I<str>
 
Only return records where the 'limit' field is less than specified value.
 
=item * B<limit.xmin> => I<str>
 
Only return records where the 'limit' field is greater than specified value.

lib/App/BPOMUtils/Table/FoodAdditive.pm  view on Meta::CPAN

487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
Only return records where the 'limit_unit' field does not equal specified value.
 
=item * B<limit_unit.max> => I<str>
 
Only return records where the 'limit_unit' field is less than or equal to specified value.
 
=item * B<limit_unit.min> => I<str>
 
Only return records where the 'limit_unit' field is greater than or equal to specified value.
 
=item * B<limit_unit.not_contains> => I<str>
 
Only return records where the 'limit_unit' field does not contain specified text.
 
=item * B<limit_unit.not_in> => I<array[str]>
 
Only return records where the 'limit_unit' field is not in the specified values.
 
=item * B<limit_unit.xmax> => I<str>
 
Only return records where the 'limit_unit' field is less than specified value.
 
=item * B<limit_unit.xmin> => I<str>
 
Only return records where the 'limit_unit' field is greater than specified value.

lib/App/BPOMUtils/Table/FoodAdditive.pm  view on Meta::CPAN

531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
Only return records where the 'note' field does not equal specified value.
 
=item * B<note.max> => I<str>
 
Only return records where the 'note' field is less than or equal to specified value.
 
=item * B<note.min> => I<str>
 
Only return records where the 'note' field is greater than or equal to specified value.
 
=item * B<note.not_contains> => I<str>
 
Only return records where the 'note' field does not contain specified text.
 
=item * B<note.not_in> => I<array[str]>
 
Only return records where the 'note' field is not in the specified values.
 
=item * B<note.xmax> => I<str>
 
Only return records where the 'note' field is less than specified value.
 
=item * B<note.xmin> => I<str>
 
Only return records where the 'note' field is greater than specified value.

lib/App/BPOMUtils/Table/FoodAdditive.pm  view on Meta::CPAN

611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
Only return records where the 'status' field does not equal specified value.
 
=item * B<status.max> => I<str>
 
Only return records where the 'status' field is less than or equal to specified value.
 
=item * B<status.min> => I<str>
 
Only return records where the 'status' field is greater than or equal to specified value.
 
=item * B<status.not_contains> => I<str>
 
Only return records where the 'status' field does not contain specified text.
 
=item * B<status.not_in> => I<array[str]>
 
Only return records where the 'status' field is not in the specified values.
 
=item * B<status.xmax> => I<str>
 
Only return records where the 'status' field is less than specified value.
 
=item * B<status.xmin> => I<str>
 
Only return records where the 'status' field is greater than specified value.



( run in 0.255 second using v1.01-cache-2.11-cpan-e5176c747c2 )