App-BPOMUtils-Table-RegCodePrefix

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    *   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.xmax => *str*

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

    *   code.xmin => *str*

README  view on Meta::CPAN

    *   division.max => *str*

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

    *   division.min => *str*

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

    *   division.not_contains => *str*

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

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

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

    *   division.xmax => *str*

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

    *   division.xmin => *str*

README  view on Meta::CPAN

    *   summary_eng.max => *str*

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

    *   summary_eng.min => *str*

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

    *   summary_eng.not_contains => *str*

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

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

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

    *   summary_eng.xmax => *str*

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

    *   summary_eng.xmin => *str*

README  view on Meta::CPAN

    *   summary_ind.max => *str*

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

    *   summary_ind.min => *str*

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

    *   summary_ind.not_contains => *str*

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

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

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

    *   summary_ind.xmax => *str*

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

    *   summary_ind.xmin => *str*

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.



( run in 0.530 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )