FreeBSD Manual Pages
Oryx::DBI::Attribute(3User Contributed Perl DocumentatiOryx::DBI::Attribute(3) NAME Oryx::DBI::Attribute - DBI implementation of attributes SYNOPSIS See Oryx::Attribute. DESCRIPTION This class provides the implementation of attributes for Oryx classes stored via an Oryx::DBI connection. GUTS This is just a quick run-down of implementation details as of this writing to help introduce users to the database internals. These details may change with future releases and might have changed since this documentation was written. Each attribute is stored in a field with the name given. The types used will be the type determined by the "type2sql()" method of the appropriate Oryx::DBI::Util implementation for the current connection. The work of serializing and unserializing data is handled by Oryx::Value implementations while this class handles the work of making sure the data is actually stored and loaded when requested. SEE ALSO Oryx, Oryx::DBI, Oryx::Attribute, Oryx::Value AUTHOR Richard Hundt <richard NO SPAM AT protea-systems.com> COPYRIGHT AND LICENSE Copyright (c) 2005 Richard Hundt. This library is free software and may be used under the same terms as Perl itself. perl v5.32.0 2006-02-17 Oryx::DBI::Attribute(3)
NAME | SYNOPSIS | DESCRIPTION | GUTS | SEE ALSO | AUTHOR | COPYRIGHT AND LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Oryx::DBI::Attribute&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>