The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Oryx value()"

Oryx::Value - base class for value types for the Oryx object persistence tool River stage one • 1 direct dependent • 1 total dependent

This module is considered abstract and should be sublcassed to create the actual Value types. The purpose of these Value types is to validate input and to prepare field values for storage in the database via the "deflate" method and to prepare the va...

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Oryx::Value::Oid - Internal type for identifying rows River stage one • 1 direct dependent • 1 total dependent

This value type is used internally by the ID fields of each record. Do not use this type for anything else....

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Oryx::Value::Text - Values containing large amounts of text data River stage one • 1 direct dependent • 1 total dependent

Any large amount of text stored in a field can be stored in a Text value. This is stored using the "Text" primitive, which should be able to store large amounts of text data. The actual maximum length will depend upon the database, but is usually mea...

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Oryx::Value::Float - Values containing floating-point data River stage one • 1 direct dependent • 1 total dependent

This value stores floating-point data. It has an optional field called "precision" that can be used to set how many decimal places should be stored in the database. This value type is checked to see that it is in fact a decimal number and is stored w...

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Oryx::Value::String - Values containing short strings River stage one • 1 direct dependent • 1 total dependent

This value type stores relatively short strings. Most databases will allow strings to be stored in these fields up to 255 characters in length. There is an optional "size" metadata attribute for this type which can set this to an arbitrary value (def...

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Oryx::Value::Binary - Values containing large amounts of binary data River stage one • 1 direct dependent • 1 total dependent

This is a basic binary field. It should be able to contain a very large amount of binary data. The limit on the amount will be database dependent. This value type does not perform any work to check, inflate, or deflate the value. The binary data is s...

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Oryx::Value::Integer - Values containing integers River stage one • 1 direct dependent • 1 total dependent

A field with this value type will store integers. The value will be checked that it is an integer and is stored in an "Integer" primitive type....

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Oryx::Value::Boolean - Values containing a single boolean value River stage one • 1 direct dependent • 1 total dependent

This is a basic boolean field. The value stored is either true or false, but this value enforces the convention that 0 is false and 1 is true and no other values are acceptable. This value type checks the types to make sure they are correct provides ...

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Oryx::Value::Complex - Values containing complex Perl types River stage one • 1 direct dependent • 1 total dependent

This is a good catch-all type for many kinds of Perl data. It can store any arbitrarily complex data structure that is serializable with YAML. This includes almost anything. However, you should probably see that documentation and test your particular...

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Oryx::Value::DateTime - Values storing dates and times River stage one • 1 direct dependent • 1 total dependent

This type stores dates and times by using Class::Date objects. This value will check to see that the value stored is a proper date and will inflate and deflate the date using Class::Date to be stored in a "DateTime" primitive type field....

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Oryx - Meta-Model Driven Object Persistance with Multiple Inheritance River stage one • 1 direct dependent • 1 total dependent

Oryx is an object persistence framework which supports both object-relational mapping as well as DMB style databases and as such is not coupled with any particular storage back-end. In other words, you should be able to swap out an RDMBS with a DBM s...

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Oryx::Class - abstract base class for Oryx classes River stage one • 1 direct dependent • 1 total dependent

Abstract base class for Oryx persistent classes....

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Oryx::Attribute - Attribute meta-type for Oryx persistent classes River stage one • 1 direct dependent • 1 total dependent

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Oryx::MetaClass - abstract base class for all Oryx meta types River stage one • 1 direct dependent • 1 total dependent

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Oryx::DBM::Util - Oryx DBM utilities River stage one • 1 direct dependent • 1 total dependent

The following methods are defined to manipulate a DBM::Deep database schema....

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Oryx::DBI::Util - abstract base class for Oryx DBI utilities River stage one • 1 direct dependent • 1 total dependent

Oryx::DBI::Util represents an interface to be implemented in order to add support for additional RDBMS'. The following methods must be implemented:...

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Oryx::Manual::Guts - Oryx internals documentation for developers River stage one • 1 direct dependent • 1 total dependent

This document is intended for hackers to grant an insight into how Oryx's pieces fit together and is intended for anyone wishing to extend Oryx... or for anybody who just wants to know how the sausage is made....

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Oryx::DBM::Attribute - DBM implementation of attributes River stage one • 1 direct dependent • 1 total dependent

While the Oryx::Value classes ensure that serialization is handled properly, this class actually stores attribute data into the DBM database....

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Oryx::DBI::Attribute - DBI implementation of attributes River stage one • 1 direct dependent • 1 total dependent

This class provides the implementation of attributes for Oryx classes stored via an Oryx::DBI connection....

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC
19 results (0.06 seconds)