App-DGIPUtils
view release on metacpan or search on metacpan
lib/App/DGIPUtils/Table.pm view on Meta::CPAN
Only return records where the 'class' field does not equal specified value.
=item * B<class.max> => I<str>
Only return records where the 'class' field is less than or equal to specified value.
=item * B<class.min> => I<str>
Only return records where the 'class' field is greater than or equal to specified value.
=item * B<class.not_contains> => I<str>
Only return records where the 'class' field does not contain specified text.
=item * B<class.not_in> => I<array[str]>
Only return records where the 'class' field is not in the specified values.
=item * B<class.xmax> => I<str>
Only return records where the 'class' field is less than specified value.
=item * B<class.xmin> => I<str>
Only return records where the 'class' field is greater than specified value.
lib/App/DGIPUtils/Table.pm view on Meta::CPAN
Only return records where the 'description' field does not equal specified value.
=item * B<description.max> => I<str>
Only return records where the 'description' field is less than or equal to specified value.
=item * B<description.min> => I<str>
Only return records where the 'description' field is greater than or equal to specified value.
=item * B<description.not_contains> => I<str>
Only return records where the 'description' field does not contain specified text.
=item * B<description.not_in> => I<array[str]>
Only return records where the 'description' field is not in the specified values.
=item * B<description.xmax> => I<str>
Only return records where the 'description' field is less than specified value.
=item * B<description.xmin> => I<str>
Only return records where the 'description' field is greater than specified value.
( run in 0.249 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )