| This Release | Class-ReluctantORM-0.52_0 | [Download] [Browse] | 31 May 2012 ** DEVELOPER RELEASE ** | |||
| Links | [ Discussion Forum ] [ Dependencies ] [ Other Tools ] | |||||
| CPAN Testers | FAIL (6) [ View Reports ] [ Perl/Platform Version Matrix ] | |||||
| Rating |
(0 Reviews)
[ Rate this distribution ]
| |||||
| License | The Perl 5 License (Artistic 1 & GPL 1) | |||||
| Special Files |
|
|||||
| Class::ReluctantORM | An ORM emphasizing prefetching | 0.52_0 | |
| Class::ReluctantORM::Audited | CRO clases with Audit Logging | ||
| Class::ReluctantORM::Base | Class building helper | ||
| Class::ReluctantORM::Collection | Represent a multirelational attribute | ||
| Class::ReluctantORM::DBH | Database handle base class | ||
| Class::ReluctantORM::DBH::WrapDBI | Wrap a DBI database handle | ||
| Class::ReluctantORM::Driver | Abstract interface for RDBMSs | ||
| Class::ReluctantORM::Driver::PostgreSQL | PG driver for TB | ||
| Class::ReluctantORM::Driver::SQLite | SQLite driver for CRO | ||
| Class::ReluctantORM::Exception | OO Exceptions | ||
| Class::ReluctantORM::FetchDeep::Results | |||
| Class::ReluctantORM::Filter | Apply a transformation when reading or writing to a Tablebacked object\'s fields. | ||
| Class::ReluctantORM::FilterSupport | Mix-In to TB to provide hooks for filters | ||
| Class::ReluctantORM::Monitor | Monitor CRO Driver activity | ||
| Class::ReluctantORM::Monitor::ColumnCount | |||
| Class::ReluctantORM::Monitor::Dump | Dump SQL structures | ||
| Class::ReluctantORM::Monitor::JoinCount | Track JOINs in queries | ||
| Class::ReluctantORM::Monitor::Measuring | Monitor with Metric support | ||
| Class::ReluctantORM::Monitor::QueryCount | Ongoing count of queries | ||
| Class::ReluctantORM::Monitor::QuerySize | Running total of data size | ||
| Class::ReluctantORM::Monitor::RowCount | Count rows returned | ||
| Class::ReluctantORM::Monitor::RowSize | Track size in bytes of each row | ||
| Class::ReluctantORM::Monitor::Timer | Track running time of queries | ||
| Class::ReluctantORM::OriginSupport | Add support for Origin tracking to various CRO objects | 0.4. | |
| Class::ReluctantORM::Registry | Store CRO instances uniquely | ||
| Class::ReluctantORM::Registry::Hash | Use Hash to store Weak refs | ||
| Class::ReluctantORM::Registry::None | Do-Nothing Registry | ||
| Class::ReluctantORM::Relationship | Represent links between classes | ||
| Class::ReluctantORM::Relationship::HasLazy | |||
| Class::ReluctantORM::Relationship::HasMany | |||
| Class::ReluctantORM::Relationship::HasManyMany | |||
| Class::ReluctantORM::Relationship::HasOne | |||
| Class::ReluctantORM::SQL | Represent SQL Statements | ||
| Class::ReluctantORM::SQL::Aliases | |||
| Class::ReluctantORM::SQL::Column | Represent a Column in a SQL statement | ||
| Class::ReluctantORM::SQL::Expression | Base class for SQL expressions | ||
| Class::ReluctantORM::SQL::Expression::Criterion | Represent WHERE and JOIN criteria | ||
| Class::ReluctantORM::SQL::Expression::FunctionCall | Represent a function call | ||
| Class::ReluctantORM::SQL::Expression::Literal | |||
| Class::ReluctantORM::SQL::From | Represent SQL FROM clauses | ||
| Class::ReluctantORM::SQL::From::Join | Represent a JOIN in a SQL statement | ||
| Class::ReluctantORM::SQL::From::Relation | Base class for SQL relations | ||
| Class::ReluctantORM::SQL::Function | Represent a SQL function, aggregator, stored proc, or operator | ||
| Class::ReluctantORM::SQL::OrderBy | Represent an ORDER BY clause in a SQL statement | ||
| Class::ReluctantORM::SQL::OutputColumn | Represent an Output Column from a SQL statment | ||
| Class::ReluctantORM::SQL::Param | Represent a placeholder in a SQL statement | ||
| Class::ReluctantORM::SQL::Parser | |||
| Class::ReluctantORM::SQL::SubQuery | Represent a sub-SELECT in a FROM or WHERE clause | ||
| Class::ReluctantORM::SQL::Table | Represent a Table in a SQL statement | ||
| Class::ReluctantORM::SQL::Where | Represent SQL WHERE clauses | ||
| Class::ReluctantORM::SchemaCache | |||
| Class::ReluctantORM::SchemaCache::ClearOnError | |||
| Class::ReluctantORM::SchemaCache::None | |||
| Class::ReluctantORM::SchemaCache::Simple | |||
| Class::ReluctantORM::Static | ORM base class for type tables | ||
| Class::ReluctantORM::SubClassByRow | ORM base class for behavior inheritance | ||
| Class::ReluctantORM::Utilities | Utility subroutines |
| Class::ReluctantORM::Driver::PostgreSQL::Functions | SQL function rendering library   |
| Class::ReluctantORM::Driver::PostgreSQL::Parsing | Parse Support for CRO PG Driver   |
| Class::ReluctantORM::Driver::SQLite::Functions | SQL function rendering library   |
| Class::ReluctantORM::Manual | The Class::ReluctantORM Manual Index   |
| Class::ReluctantORM::Manual::Basics | CRUD in CRO   |
| Class::ReluctantORM::Manual::Drivers | Database Independence   |
| Class::ReluctantORM::Manual::Monitors | Inspecting SQL Activity   |
| Class::ReluctantORM::Manual::Prefetching | Fetching in Advance   |
| Class::ReluctantORM::Manual::Relationships | Linking Tables in CRO   |
| Class::ReluctantORM::Manual::SQL | Using SQL in ReluctantORM   |
| Class::ReluctantORM::Manual::Tutorial | The Class::ReluctantORM Tutorial   |
| Class::ReluctantORM::SQL::Where::Literal | Represent literals in WHEREs   |
| lib/Class/ReluctantORM/FetchDeep.pm |   |