view release on metacpan or search on metacpan
lib/App/BPOMUtils/Table/FoodAdditive.pm view on Meta::CPAN
118411851186118711881189119011911192119311941195119611971198119912001201120212031204Only
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
12281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256Only
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
1086710868108691087010871108721087310874108751087610877108781087910880108811088210883108841088510886108871088810889108901089110892108931089410895Only
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
1093310934109351093610937109381093910940109411094210943109441094510946109471094810949109501095110952109531095410955109561095710958109591096010961Only
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
1102111022110231102411025110261102711028110291103011031110321103311034110351103611037110381103911040110411104211043110441104511046110471104811049Only
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
1107311074110751107611077110781107911080110811108211083110841108511086110871108811089110901109111092110931109411095110961109711098110991110011101Only
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
2102721028210292103021031210322103321034210352103621037210382103921040210412104221043210442104521046210472104821049210502105121052210532105421055Only
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
210852108621087210882108921090210912109221093210942109521096210972109821099211002110121102211032110421105Only
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
2112921130211312113221133211342113521136211372113821139211402114121142211432114421145211462114721148211492115021151211522115321154211552115621157Only
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
2118121182211832118421185211862118721188211892119021191211922119321194211952119621197211982119921200212012120221203212042120521206212072120821209Only
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
2123321234212352123621237212382123921240212412124221243212442124521246212472124821249212502125121252212532125421255212562125721258212592126021261Only
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
2132121322213232132421325213262132721328213292133021331213322133321334213352133621337213382133921340213412134221343213442134521346213472134821349Only
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
2137321374213752137621377213782137921380213812138221383213842138521386213872138821389213902139121392213932139421395213962139721398213992140021401Only
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
521522523524525526527528529530531532533534535536537538539540541542543544545546547548549Only
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
623624625626627628629630631632633634635636637638639640641642643644645646647648649650651Only
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
7827978280782817828278283782847828578286782877828878289782907829178292782937829478295782967829778298782997830078301783027830378304783057830678307Only
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
7833178332783337833478335783367833778338783397834078341783427834378344783457834678347783487834978350783517835278353783547835578356783577835878359Only
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
783897839078391783927839378394783957839678397783987839978400784017840278403784047840578406784077840878409Only
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
7843378434784357843678437784387843978440784417844278443784447844578446784477844878449784507845178452784537845478455784567845778458784597846078461Only
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
7852178522785237852478525785267852778528785297853078531785327853378534785357853678537785387853978540785417854278543785447854578546785477854878549Only
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
5355853559535605356153562535635356453565535665356753568535695357053571535725357353574535755357653577535785357953580535815358253583535845358553586Only
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
5361053611536125361353614536155361653617536185361953620536215362253623536245362553626536275362853629536305363153632536335363453635536365363753638Only
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
536685366953670536715367253673536745367553676536775367853679536805368153682536835368453685536865368753688Only
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
5371253713537145371553716537175371853719537205372153722537235372453725537265372753728537295373053731537325373353734537355373653737537385373953740Only
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
5380053801538025380353804538055380653807538085380953810538115381253813538145381553816538175381853819538205382153822538235382453825538265382753828Only
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
178179180181182183184185186187188189190191192193194195196197198199200201202Only
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
228229230231232233234235236237238239240241242243244245246247248249250251252Only
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
316317318319320321322323324325326327328329330331332333334335336337338339340Only
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
360361362363364365366367368369370371372373374375376377378379380381382383384Only
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.