NAME

Math::DifferenceSet::Planar::Schema::Result::DifferenceSet - planar difference set database backend result class definition.

VERSION

This documentation refers to version 0.008 of Math::DifferenceSet::Planar::Schema::Result::DifferenceSet.

TABLE: difference_set

ACCESSORS

order

data_type: 'integer'
is_nullable: 0

base

data_type: 'integer'
is_nullable: 0

exponent

data_type: 'integer'
is_nullable: 0

modulus

data_type: 'integer'
is_nullable: 0

n_planes

data_type: 'integer'
is_nullable: 0

deltas

data_type: 'blob'
is_nullable: 0

elements

elements is a wrapper for deltas generating an array of elements values from the deltas raw data. It returns an array reference if deltas is defined, otherwise undef.

Unpacking deltas raw data into elements is part of the resultset API, as different implementations may employ different packing mechanisms.

PRIMARY KEY

SEE ALSO

AUTHOR

Martin Becker, <becker-cpan-mp at cozap.com>

COPYRIGHT AND LICENSE

Copyright (c) 2019 by Martin Becker, Blaubeuren. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.

DISCLAIMER OF WARRANTY

This library is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.