view release on metacpan or search on metacpan
lib/App/BPOMUtils/Table/FoodAdditive.pm view on Meta::CPAN
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.