App-ListCurrencies

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    *   alpha.max => *str*

        Only return records where the 'alpha' field is less than or equal to
        specified value.

    *   alpha.min => *str*

        Only return records where the 'alpha' field is greater than or equal
        to specified value.

    *   alpha.not_contains => *str*

        Only return records where the 'alpha' field does not contain
        specified text.

    *   alpha.not_in => *array[str]*

        Only return records where the 'alpha' field is not in the specified
        values.

    *   alpha.xmax => *str*

        Only return records where the 'alpha' field is less than specified
        value.

    *   alpha.xmin => *str*

README  view on Meta::CPAN

    *   en_name.max => *str*

        Only return records where the 'en_name' field is less than or equal
        to specified value.

    *   en_name.min => *str*

        Only return records where the 'en_name' field is greater than or
        equal to specified value.

    *   en_name.not_contains => *str*

        Only return records where the 'en_name' field does not contain
        specified text.

    *   en_name.not_in => *array[str]*

        Only return records where the 'en_name' field is not in the
        specified values.

    *   en_name.xmax => *str*

        Only return records where the 'en_name' field is less than specified
        value.

    *   en_name.xmin => *str*

lib/App/ListCurrencies.pm  view on Meta::CPAN

Only return records where the 'alpha' field does not equal specified value.

=item * B<alpha.max> => I<str>

Only return records where the 'alpha' field is less than or equal to specified value.

=item * B<alpha.min> => I<str>

Only return records where the 'alpha' field is greater than or equal to specified value.

=item * B<alpha.not_contains> => I<str>

Only return records where the 'alpha' field does not contain specified text.

=item * B<alpha.not_in> => I<array[str]>

Only return records where the 'alpha' field is not in the specified values.

=item * B<alpha.xmax> => I<str>

Only return records where the 'alpha' field is less than specified value.

=item * B<alpha.xmin> => I<str>

Only return records where the 'alpha' field is greater than specified value.

lib/App/ListCurrencies.pm  view on Meta::CPAN

Only return records where the 'en_name' field does not equal specified value.

=item * B<en_name.max> => I<str>

Only return records where the 'en_name' field is less than or equal to specified value.

=item * B<en_name.min> => I<str>

Only return records where the 'en_name' field is greater than or equal to specified value.

=item * B<en_name.not_contains> => I<str>

Only return records where the 'en_name' field does not contain specified text.

=item * B<en_name.not_in> => I<array[str]>

Only return records where the 'en_name' field is not in the specified values.

=item * B<en_name.xmax> => I<str>

Only return records where the 'en_name' field is less than specified value.

=item * B<en_name.xmin> => I<str>

Only return records where the 'en_name' field is greater than specified value.



( run in 1.348 second using v1.01-cache-2.11-cpan-0a987023a57 )