App-BPOMUtils-Table-MicrobeInput
view release on metacpan or search on metacpan
* category.max => *str*
Only return records where the 'category' field is less than or equal
to specified value.
* category.min => *str*
Only return records where the 'category' field is greater than or
equal to specified value.
* category.not_contains => *str*
Only return records where the 'category' field does not contain
specified text.
* category.not_in => *array[str]*
Only return records where the 'category' field is not in the
specified values.
* category.not_matches => *str*
Only return records where the 'category' field does not match
specified regular expression.
* category.xmax => *str*
Only return records where the 'category' field is less than
specified value.
* category.xmin => *str*
* characteristic.max => *str*
Only return records where the 'characteristic' field is less than or
equal to specified value.
* characteristic.min => *str*
Only return records where the 'characteristic' field is greater than
or equal to specified value.
* characteristic.not_contains => *str*
Only return records where the 'characteristic' field does not
contain specified text.
* characteristic.not_in => *array[str]*
Only return records where the 'characteristic' field is not in the
specified values.
* characteristic.not_matches => *str*
Only return records where the 'characteristic' field does not match
specified regular expression.
* characteristic.xmax => *str*
Only return records where the 'characteristic' field is less than
specified value.
* characteristic.xmin => *str*
* id.max => *int*
Only return records where the 'id' field is less than or equal to
specified value.
* id.min => *int*
Only return records where the 'id' field is greater than or equal to
specified value.
* id.not_in => *array[int]*
Only return records where the 'id' field is not in the specified
values.
* id.xmax => *int*
Only return records where the 'id' field is less than specified
value.
* id.xmin => *int*
* lower_limit.max => *str*
Only return records where the 'lower_limit' field is less than or
equal to specified value.
* lower_limit.min => *str*
Only return records where the 'lower_limit' field is greater than or
equal to specified value.
* lower_limit.not_contains => *str*
Only return records where the 'lower_limit' field does not contain
specified text.
* lower_limit.not_in => *array[str]*
Only return records where the 'lower_limit' field is not in the
specified values.
* lower_limit.not_matches => *str*
Only return records where the 'lower_limit' field does not match
specified regular expression.
* lower_limit.xmax => *str*
Only return records where the 'lower_limit' field is less than
specified value.
* lower_limit.xmin => *str*
* upper_limit.max => *str*
Only return records where the 'upper_limit' field is less than or
equal to specified value.
* upper_limit.min => *str*
Only return records where the 'upper_limit' field is greater than or
equal to specified value.
* upper_limit.not_contains => *str*
Only return records where the 'upper_limit' field does not contain
specified text.
* upper_limit.not_in => *array[str]*
Only return records where the 'upper_limit' field is not in the
specified values.
* upper_limit.not_matches => *str*
Only return records where the 'upper_limit' field does not match
specified regular expression.
* upper_limit.xmax => *str*
Only return records where the 'upper_limit' field is less than
specified value.
* upper_limit.xmin => *str*
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.
( run in 0.282 second using v1.01-cache-2.11-cpan-0a987023a57 )