App-BPOMUtils-Table-FoodCategory
view release on metacpan or search on metacpan
* code.max => *str*
Only return records where the 'code' field is less than or equal to
specified value.
* code.min => *str*
Only return records where the 'code' field is greater than or equal
to specified value.
* code.not_contains => *str*
Only return records where the 'code' field does not contain
specified text.
* code.not_in => *array[str]*
Only return records where the 'code' field is not in the specified
values.
* code.not_matches => *str*
Only return records where the 'code' field does not match specified
regular expression.
* code.xmax => *str*
Only return records where the 'code' field is less than specified
value.
* code.xmin => *str*
* name.max => *str*
Only return records where the 'name' field is less than or equal to
specified value.
* name.min => *str*
Only return records where the 'name' field is greater than or equal
to specified value.
* name.not_contains => *str*
Only return records where the 'name' field does not contain
specified text.
* name.not_in => *array[str]*
Only return records where the 'name' field is not in the specified
values.
* name.not_matches => *str*
Only return records where the 'name' field does not match specified
regular expression.
* name.xmax => *str*
Only return records where the 'name' field is less than specified
value.
* name.xmin => *str*
* 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.not_matches => *str*
Only return records where the 'status' field does not match
specified regular expression.
* status.xmax => *str*
Only return records where the 'status' field is less than specified
value.
* status.xmin => *str*
* summary.max => *str*
Only return records where the 'summary' field is less than or equal
to specified value.
* summary.min => *str*
Only return records where the 'summary' field is greater than or
equal to specified value.
* summary.not_contains => *str*
Only return records where the 'summary' field does not contain
specified text.
* summary.not_in => *array[str]*
Only return records where the 'summary' field is not in the
specified values.
* summary.not_matches => *str*
Only return records where the 'summary' field does not match
specified regular expression.
* summary.xmax => *str*
Only return records where the 'summary' field is less than specified
value.
* summary.xmin => *str*
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/FoodCategoryRBA.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/FoodCategoryRBA.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/FoodCategoryRBA.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/FoodCategoryRBA.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.
( run in 0.621 second using v1.01-cache-2.11-cpan-9581c071862 )