App-BPOMUtils-Table

 view release on metacpan or  search on metacpan

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

1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
Only return records where the 'id' field does not equal specified value.
 
=item * B<id.max> => I<int>
 
Only return records where the 'id' field is less than or equal to specified value.
 
=item * B<id.min> => I<int>
 
Only return records where the 'id' field is greater than or equal to specified value.
 
=item * B<id.not_in> => I<array[int]>
 
Only return records where the 'id' field is not in the specified values.
 
=item * B<id.xmax> => I<int>
 
Only return records where the 'id' field is less than specified value.
 
=item * B<id.xmin> => I<int>
 
Only return records where the 'id' field is greater than specified value.

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

1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
Only return records where the 'name' field matches specified regular expression pattern.
 
=item * B<name.max> => I<str>
 
Only return records where the 'name' field is less than or equal to specified value.
 
=item * B<name.min> => I<str>
 
Only return records where the 'name' field is greater than or equal to specified value.
 
=item * B<name.not_contains> => I<str>
 
Only return records where the 'name' field does not contain specified text.
 
=item * B<name.not_in> => I<array[str]>
 
Only return records where the 'name' field is not in the specified values.
 
=item * B<name.not_matches> => I<str>
 
Only return records where the 'name' field does not match specified regular expression.
 
=item * B<name.xmax> => I<str>
 
Only return records where the 'name' field is less than specified value.
 
=item * B<name.xmin> => I<str>
 
Only return records where the 'name' field is greater than specified value.

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

10867
10868
10869
10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
10880
10881
10882
10883
10884
10885
10886
10887
10888
10889
10890
10891
10892
10893
10894
10895
Only return records where the 'code' field matches specified regular expression pattern.
 
=item * B<code.max> => I<str>
 
Only return records where the 'code' field is less than or equal to specified value.
 
=item * B<code.min> => I<str>
 
Only return records where the 'code' field is greater than or equal to specified value.
 
=item * B<code.not_contains> => I<str>
 
Only return records where the 'code' field does not contain specified text.
 
=item * B<code.not_in> => I<array[str]>
 
Only return records where the 'code' field is not in the specified values.
 
=item * B<code.not_matches> => I<str>
 
Only return records where the 'code' field does not match specified regular expression.
 
=item * B<code.xmax> => I<str>
 
Only return records where the 'code' field is less than specified value.
 
=item * B<code.xmin> => I<str>
 
Only return records where the 'code' field is greater than specified value.

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

10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
10945
10946
10947
10948
10949
10950
10951
10952
10953
10954
10955
10956
10957
10958
10959
10960
10961
Only return records where the 'name' field matches specified regular expression pattern.
 
=item * B<name.max> => I<str>
 
Only return records where the 'name' field is less than or equal to specified value.
 
=item * B<name.min> => I<str>
 
Only return records where the 'name' field is greater than or equal to specified value.
 
=item * B<name.not_contains> => I<str>
 
Only return records where the 'name' field does not contain specified text.
 
=item * B<name.not_in> => I<array[str]>
 
Only return records where the 'name' field is not in the specified values.
 
=item * B<name.not_matches> => I<str>
 
Only return records where the 'name' field does not match specified regular expression.
 
=item * B<name.xmax> => I<str>
 
Only return records where the 'name' field is less than specified value.
 
=item * B<name.xmin> => I<str>
 
Only return records where the 'name' field is greater than specified value.

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

11021
11022
11023
11024
11025
11026
11027
11028
11029
11030
11031
11032
11033
11034
11035
11036
11037
11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
11049
Only return records where the 'status' field matches specified regular expression pattern.
 
=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.not_matches> => I<str>
 
Only return records where the 'status' field does not match specified regular expression.
 
=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.

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

11073
11074
11075
11076
11077
11078
11079
11080
11081
11082
11083
11084
11085
11086
11087
11088
11089
11090
11091
11092
11093
11094
11095
11096
11097
11098
11099
11100
11101
Only return records where the 'summary' field matches specified regular expression pattern.
 
=item * B<summary.max> => I<str>
 
Only return records where the 'summary' field is less than or equal to specified value.
 
=item * B<summary.min> => I<str>
 
Only return records where the 'summary' field is greater than or equal to specified value.
 
=item * B<summary.not_contains> => I<str>
 
Only return records where the 'summary' field does not contain specified text.
 
=item * B<summary.not_in> => I<array[str]>
 
Only return records where the 'summary' field is not in the specified values.
 
=item * B<summary.not_matches> => I<str>
 
Only return records where the 'summary' field does not match specified regular expression.
 
=item * B<summary.xmax> => I<str>
 
Only return records where the 'summary' field is less than specified value.
 
=item * B<summary.xmin> => I<str>
 
Only return records where the 'summary' field is greater than specified value.

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

21027
21028
21029
21030
21031
21032
21033
21034
21035
21036
21037
21038
21039
21040
21041
21042
21043
21044
21045
21046
21047
21048
21049
21050
21051
21052
21053
21054
21055
Only return records where the 'country_of_origin' field matches specified regular expression pattern.
 
=item * B<country_of_origin.max> => I<str>
 
Only return records where the 'country_of_origin' field is less than or equal to specified value.
 
=item * B<country_of_origin.min> => I<str>
 
Only return records where the 'country_of_origin' field is greater than or equal to specified value.
 
=item * B<country_of_origin.not_contains> => I<str>
 
Only return records where the 'country_of_origin' field does not contain specified text.
 
=item * B<country_of_origin.not_in> => I<array[str]>
 
Only return records where the 'country_of_origin' field is not in the specified values.
 
=item * B<country_of_origin.not_matches> => I<str>
 
Only return records where the 'country_of_origin' field does not match specified regular expression.
 
=item * B<country_of_origin.xmax> => I<str>
 
Only return records where the 'country_of_origin' field is less than specified value.
 
=item * B<country_of_origin.xmin> => I<str>
 
Only return records where the 'country_of_origin' field is greater than specified value.

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

21085
21086
21087
21088
21089
21090
21091
21092
21093
21094
21095
21096
21097
21098
21099
21100
21101
21102
21103
21104
21105
Only return records where the 'id' field does not equal specified value.
 
=item * B<id.max> => I<int>
 
Only return records where the 'id' field is less than or equal to specified value.
 
=item * B<id.min> => I<int>
 
Only return records where the 'id' field is greater than or equal to specified value.
 
=item * B<id.not_in> => I<array[int]>
 
Only return records where the 'id' field is not in the specified values.
 
=item * B<id.xmax> => I<int>
 
Only return records where the 'id' field is less than specified value.
 
=item * B<id.xmin> => I<int>
 
Only return records where the 'id' field is greater than specified value.

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

21129
21130
21131
21132
21133
21134
21135
21136
21137
21138
21139
21140
21141
21142
21143
21144
21145
21146
21147
21148
21149
21150
21151
21152
21153
21154
21155
21156
21157
Only return records where the 'is_herbal' field matches specified regular expression pattern.
 
=item * B<is_herbal.max> => I<str>
 
Only return records where the 'is_herbal' field is less than or equal to specified value.
 
=item * B<is_herbal.min> => I<str>
 
Only return records where the 'is_herbal' field is greater than or equal to specified value.
 
=item * B<is_herbal.not_contains> => I<str>
 
Only return records where the 'is_herbal' field does not contain specified text.
 
=item * B<is_herbal.not_in> => I<array[str]>
 
Only return records where the 'is_herbal' field is not in the specified values.
 
=item * B<is_herbal.not_matches> => I<str>
 
Only return records where the 'is_herbal' field does not match specified regular expression.
 
=item * B<is_herbal.xmax> => I<str>
 
Only return records where the 'is_herbal' field is less than specified value.
 
=item * B<is_herbal.xmin> => I<str>
 
Only return records where the 'is_herbal' field is greater than specified value.

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

21181
21182
21183
21184
21185
21186
21187
21188
21189
21190
21191
21192
21193
21194
21195
21196
21197
21198
21199
21200
21201
21202
21203
21204
21205
21206
21207
21208
21209
Only return records where the 'name' field matches specified regular expression pattern.
 
=item * B<name.max> => I<str>
 
Only return records where the 'name' field is less than or equal to specified value.
 
=item * B<name.min> => I<str>
 
Only return records where the 'name' field is greater than or equal to specified value.
 
=item * B<name.not_contains> => I<str>
 
Only return records where the 'name' field does not contain specified text.
 
=item * B<name.not_in> => I<array[str]>
 
Only return records where the 'name' field is not in the specified values.
 
=item * B<name.not_matches> => I<str>
 
Only return records where the 'name' field does not match specified regular expression.
 
=item * B<name.xmax> => I<str>
 
Only return records where the 'name' field is less than specified value.
 
=item * B<name.xmin> => I<str>
 
Only return records where the 'name' field is greater than specified value.

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

21233
21234
21235
21236
21237
21238
21239
21240
21241
21242
21243
21244
21245
21246
21247
21248
21249
21250
21251
21252
21253
21254
21255
21256
21257
21258
21259
21260
21261
Only return records where the 'origin' field matches specified regular expression pattern.
 
=item * B<origin.max> => I<str>
 
Only return records where the 'origin' field is less than or equal to specified value.
 
=item * B<origin.min> => I<str>
 
Only return records where the 'origin' field is greater than or equal to specified value.
 
=item * B<origin.not_contains> => I<str>
 
Only return records where the 'origin' field does not contain specified text.
 
=item * B<origin.not_in> => I<array[str]>
 
Only return records where the 'origin' field is not in the specified values.
 
=item * B<origin.not_matches> => I<str>
 
Only return records where the 'origin' field does not match specified regular expression.
 
=item * B<origin.xmax> => I<str>
 
Only return records where the 'origin' field is less than specified value.
 
=item * B<origin.xmin> => I<str>
 
Only return records where the 'origin' field is greater than specified value.

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

21321
21322
21323
21324
21325
21326
21327
21328
21329
21330
21331
21332
21333
21334
21335
21336
21337
21338
21339
21340
21341
21342
21343
21344
21345
21346
21347
21348
21349
Only return records where the 'status' field matches specified regular expression pattern.
 
=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.not_matches> => I<str>
 
Only return records where the 'status' field does not match specified regular expression.
 
=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.

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

21373
21374
21375
21376
21377
21378
21379
21380
21381
21382
21383
21384
21385
21386
21387
21388
21389
21390
21391
21392
21393
21394
21395
21396
21397
21398
21399
21400
21401
Only return records where the 'type' field matches specified regular expression pattern.
 
=item * B<type.max> => I<str>
 
Only return records where the 'type' field is less than or equal to specified value.
 
=item * B<type.min> => I<str>
 
Only return records where the 'type' field is greater than or equal to specified value.
 
=item * B<type.not_contains> => I<str>
 
Only return records where the 'type' field does not contain specified text.
 
=item * B<type.not_in> => I<array[str]>
 
Only return records where the 'type' field is not in the specified values.
 
=item * B<type.not_matches> => I<str>
 
Only return records where the 'type' field does not match specified regular expression.
 
=item * B<type.xmax> => I<str>
 
Only return records where the 'type' field is less than specified value.
 
=item * B<type.xmin> => I<str>
 
Only return records where the 'type' field is greater than specified value.

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

521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
Only return records where the 'code' field matches specified regular expression pattern.
 
=item * B<code.max> => I<str>
 
Only return records where the 'code' field is less than or equal to specified value.
 
=item * B<code.min> => I<str>
 
Only return records where the 'code' field is greater than or equal to specified value.
 
=item * B<code.not_contains> => I<str>
 
Only return records where the 'code' field does not contain specified text.
 
=item * B<code.not_in> => I<array[str]>
 
Only return records where the 'code' field is not in the specified values.
 
=item * B<code.not_matches> => I<str>
 
Only return records where the 'code' field does not match specified regular expression.
 
=item * B<code.xmax> => I<str>
 
Only return records where the 'code' field is less than specified value.
 
=item * B<code.xmin> => I<str>
 
Only return records where the 'code' field is greater than specified value.

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

623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
Only return records where the 'summary' field matches specified regular expression pattern.
 
=item * B<summary.max> => I<str>
 
Only return records where the 'summary' field is less than or equal to specified value.
 
=item * B<summary.min> => I<str>
 
Only return records where the 'summary' field is greater than or equal to specified value.
 
=item * B<summary.not_contains> => I<str>
 
Only return records where the 'summary' field does not contain specified text.
 
=item * B<summary.not_in> => I<array[str]>
 
Only return records where the 'summary' field is not in the specified values.
 
=item * B<summary.not_matches> => I<str>
 
Only return records where the 'summary' field does not match specified regular expression.
 
=item * B<summary.xmax> => I<str>
 
Only return records where the 'summary' field is less than specified value.
 
=item * B<summary.xmin> => I<str>
 
Only return records where the 'summary' field is greater than specified value.

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

78279
78280
78281
78282
78283
78284
78285
78286
78287
78288
78289
78290
78291
78292
78293
78294
78295
78296
78297
78298
78299
78300
78301
78302
78303
78304
78305
78306
78307
Only return records where the 'category' field matches specified regular expression pattern.
 
=item * B<category.max> => I<str>
 
Only return records where the 'category' field is less than or equal to specified value.
 
=item * B<category.min> => I<str>
 
Only return records where the 'category' field is greater than or equal to specified value.
 
=item * B<category.not_contains> => I<str>
 
Only return records where the 'category' field does not contain specified text.
 
=item * B<category.not_in> => I<array[str]>
 
Only return records where the 'category' field is not in the specified values.
 
=item * B<category.not_matches> => I<str>
 
Only return records where the 'category' field does not match specified regular expression.
 
=item * B<category.xmax> => I<str>
 
Only return records where the 'category' field is less than specified value.
 
=item * B<category.xmin> => I<str>
 
Only return records where the 'category' field is greater than specified value.

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

78331
78332
78333
78334
78335
78336
78337
78338
78339
78340
78341
78342
78343
78344
78345
78346
78347
78348
78349
78350
78351
78352
78353
78354
78355
78356
78357
78358
78359
Only return records where the 'characteristic' field matches specified regular expression pattern.
 
=item * B<characteristic.max> => I<str>
 
Only return records where the 'characteristic' field is less than or equal to specified value.
 
=item * B<characteristic.min> => I<str>
 
Only return records where the 'characteristic' field is greater than or equal to specified value.
 
=item * B<characteristic.not_contains> => I<str>
 
Only return records where the 'characteristic' field does not contain specified text.
 
=item * B<characteristic.not_in> => I<array[str]>
 
Only return records where the 'characteristic' field is not in the specified values.
 
=item * B<characteristic.not_matches> => I<str>
 
Only return records where the 'characteristic' field does not match specified regular expression.
 
=item * B<characteristic.xmax> => I<str>
 
Only return records where the 'characteristic' field is less than specified value.
 
=item * B<characteristic.xmin> => I<str>
 
Only return records where the 'characteristic' field is greater than specified value.

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

78389
78390
78391
78392
78393
78394
78395
78396
78397
78398
78399
78400
78401
78402
78403
78404
78405
78406
78407
78408
78409
Only return records where the 'id' field does not equal specified value.
 
=item * B<id.max> => I<int>
 
Only return records where the 'id' field is less than or equal to specified value.
 
=item * B<id.min> => I<int>
 
Only return records where the 'id' field is greater than or equal to specified value.
 
=item * B<id.not_in> => I<array[int]>
 
Only return records where the 'id' field is not in the specified values.
 
=item * B<id.xmax> => I<int>
 
Only return records where the 'id' field is less than specified value.
 
=item * B<id.xmin> => I<int>
 
Only return records where the 'id' field is greater than specified value.

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

78433
78434
78435
78436
78437
78438
78439
78440
78441
78442
78443
78444
78445
78446
78447
78448
78449
78450
78451
78452
78453
78454
78455
78456
78457
78458
78459
78460
78461
Only return records where the 'lower_limit' field matches specified regular expression pattern.
 
=item * B<lower_limit.max> => I<str>
 
Only return records where the 'lower_limit' field is less than or equal to specified value.
 
=item * B<lower_limit.min> => I<str>
 
Only return records where the 'lower_limit' field is greater than or equal to specified value.
 
=item * B<lower_limit.not_contains> => I<str>
 
Only return records where the 'lower_limit' field does not contain specified text.
 
=item * B<lower_limit.not_in> => I<array[str]>
 
Only return records where the 'lower_limit' field is not in the specified values.
 
=item * B<lower_limit.not_matches> => I<str>
 
Only return records where the 'lower_limit' field does not match specified regular expression.
 
=item * B<lower_limit.xmax> => I<str>
 
Only return records where the 'lower_limit' field is less than specified value.
 
=item * B<lower_limit.xmin> => I<str>
 
Only return records where the 'lower_limit' field is greater than specified value.

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

78521
78522
78523
78524
78525
78526
78527
78528
78529
78530
78531
78532
78533
78534
78535
78536
78537
78538
78539
78540
78541
78542
78543
78544
78545
78546
78547
78548
78549
Only return records where the 'upper_limit' field matches specified regular expression pattern.
 
=item * B<upper_limit.max> => I<str>
 
Only return records where the 'upper_limit' field is less than or equal to specified value.
 
=item * B<upper_limit.min> => I<str>
 
Only return records where the 'upper_limit' field is greater than or equal to specified value.
 
=item * B<upper_limit.not_contains> => I<str>
 
Only return records where the 'upper_limit' field does not contain specified text.
 
=item * B<upper_limit.not_in> => I<array[str]>
 
Only return records where the 'upper_limit' field is not in the specified values.
 
=item * B<upper_limit.not_matches> => I<str>
 
Only return records where the 'upper_limit' field does not match specified regular expression.
 
=item * B<upper_limit.xmax> => I<str>
 
Only return records where the 'upper_limit' field is less than specified value.
 
=item * B<upper_limit.xmin> => I<str>
 
Only return records where the 'upper_limit' field is greater than specified value.

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

53558
53559
53560
53561
53562
53563
53564
53565
53566
53567
53568
53569
53570
53571
53572
53573
53574
53575
53576
53577
53578
53579
53580
53581
53582
53583
53584
53585
53586
Only return records where the 'category' field matches specified regular expression pattern.
 
=item * B<category.max> => I<str>
 
Only return records where the 'category' field is less than or equal to specified value.
 
=item * B<category.min> => I<str>
 
Only return records where the 'category' field is greater than or equal to specified value.
 
=item * B<category.not_contains> => I<str>
 
Only return records where the 'category' field does not contain specified text.
 
=item * B<category.not_in> => I<array[str]>
 
Only return records where the 'category' field is not in the specified values.
 
=item * B<category.not_matches> => I<str>
 
Only return records where the 'category' field does not match specified regular expression.
 
=item * B<category.xmax> => I<str>
 
Only return records where the 'category' field is less than specified value.
 
=item * B<category.xmin> => I<str>
 
Only return records where the 'category' field is greater than specified value.

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

53610
53611
53612
53613
53614
53615
53616
53617
53618
53619
53620
53621
53622
53623
53624
53625
53626
53627
53628
53629
53630
53631
53632
53633
53634
53635
53636
53637
53638
Only return records where the 'characteristic' field matches specified regular expression pattern.
 
=item * B<characteristic.max> => I<str>
 
Only return records where the 'characteristic' field is less than or equal to specified value.
 
=item * B<characteristic.min> => I<str>
 
Only return records where the 'characteristic' field is greater than or equal to specified value.
 
=item * B<characteristic.not_contains> => I<str>
 
Only return records where the 'characteristic' field does not contain specified text.
 
=item * B<characteristic.not_in> => I<array[str]>
 
Only return records where the 'characteristic' field is not in the specified values.
 
=item * B<characteristic.not_matches> => I<str>
 
Only return records where the 'characteristic' field does not match specified regular expression.
 
=item * B<characteristic.xmax> => I<str>
 
Only return records where the 'characteristic' field is less than specified value.
 
=item * B<characteristic.xmin> => I<str>
 
Only return records where the 'characteristic' field is greater than specified value.

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

53668
53669
53670
53671
53672
53673
53674
53675
53676
53677
53678
53679
53680
53681
53682
53683
53684
53685
53686
53687
53688
Only return records where the 'id' field does not equal specified value.
 
=item * B<id.max> => I<int>
 
Only return records where the 'id' field is less than or equal to specified value.
 
=item * B<id.min> => I<int>
 
Only return records where the 'id' field is greater than or equal to specified value.
 
=item * B<id.not_in> => I<array[int]>
 
Only return records where the 'id' field is not in the specified values.
 
=item * B<id.xmax> => I<int>
 
Only return records where the 'id' field is less than specified value.
 
=item * B<id.xmin> => I<int>
 
Only return records where the 'id' field is greater than specified value.

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

53712
53713
53714
53715
53716
53717
53718
53719
53720
53721
53722
53723
53724
53725
53726
53727
53728
53729
53730
53731
53732
53733
53734
53735
53736
53737
53738
53739
53740
Only return records where the 'lower_limit' field matches specified regular expression pattern.
 
=item * B<lower_limit.max> => I<str>
 
Only return records where the 'lower_limit' field is less than or equal to specified value.
 
=item * B<lower_limit.min> => I<str>
 
Only return records where the 'lower_limit' field is greater than or equal to specified value.
 
=item * B<lower_limit.not_contains> => I<str>
 
Only return records where the 'lower_limit' field does not contain specified text.
 
=item * B<lower_limit.not_in> => I<array[str]>
 
Only return records where the 'lower_limit' field is not in the specified values.
 
=item * B<lower_limit.not_matches> => I<str>
 
Only return records where the 'lower_limit' field does not match specified regular expression.
 
=item * B<lower_limit.xmax> => I<str>
 
Only return records where the 'lower_limit' field is less than specified value.
 
=item * B<lower_limit.xmin> => I<str>
 
Only return records where the 'lower_limit' field is greater than specified value.

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

53800
53801
53802
53803
53804
53805
53806
53807
53808
53809
53810
53811
53812
53813
53814
53815
53816
53817
53818
53819
53820
53821
53822
53823
53824
53825
53826
53827
53828
Only return records where the 'upper_limit' field matches specified regular expression pattern.
 
=item * B<upper_limit.max> => I<str>
 
Only return records where the 'upper_limit' field is less than or equal to specified value.
 
=item * B<upper_limit.min> => I<str>
 
Only return records where the 'upper_limit' field is greater than or equal to specified value.
 
=item * B<upper_limit.not_contains> => I<str>
 
Only return records where the 'upper_limit' field does not contain specified text.
 
=item * B<upper_limit.not_in> => I<array[str]>
 
Only return records where the 'upper_limit' field is not in the specified values.
 
=item * B<upper_limit.not_matches> => I<str>
 
Only return records where the 'upper_limit' field does not match specified regular expression.
 
=item * B<upper_limit.xmax> => I<str>
 
Only return records where the 'upper_limit' field is less than specified value.
 
=item * B<upper_limit.xmin> => I<str>
 
Only return records where the 'upper_limit' field is greater than specified value.

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

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

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

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

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

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

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

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



( run in 0.317 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )