|
NAMEOryx::DBI::Attribute - DBI implementation of attributesSYNOPSISSee Oryx::Attribute.DESCRIPTIONThis class provides the implementation of attributes for Oryx classes stored via an Oryx::DBI connection.GUTSThis 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 ALSOOryx, Oryx::DBI, Oryx::Attribute, Oryx::ValueAUTHORRichard Hundt <richard NO SPAM AT protea-systems.com>COPYRIGHT AND LICENSECopyright (c) 2005 Richard Hundt.This library is free software and may be used under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |