Dave Rolsky > Fey-0.28

Fey-0.28

This Release Fey-0.28  [Download] [Browse 14 May 2009
Latest Release Fey-0.34  [Download] [Browse 25 Oct 2009
Other Releases
Links Discussion Forum ] [ View/Report Bugs ] [ Website ] [ Dependencies ] [ Other Tools ]
Repository http://hg.urth.org/hg/Fey
CPAN Testers PASS (176)   [ View Reports ] [ Perl/Platform Version Matrix ]
Rating      (0 Reviews) [ Rate this distribution ]
License Perl (Artistic and GPL)
Special Files
Build.PL
Changes
LICENSE
MANIFEST
META.yml
Makefile.PL
README
SIGNATURE

Modules

Fey Better SQL Generation Through Perl     0.28
Fey::Column Represents a column      
Fey::Column::Alias Represents an alias for a column      
Fey::Exceptions Defines exceptions used in the core Fey classes      
Fey::FK Represents a foreign key      
Fey::FakeDBI Just enough of the DBI API to fool Fey      
Fey::Literal Represents a literal piece of a SQL statement      
Fey::Literal::Function Represents a literal function in a SQL statement      
Fey::Literal::Null Represents a literal NULL in a SQL statement      
Fey::Literal::Number Represents a literal number in a SQL statement      
Fey::Literal::String Represents a literal string in a SQL statement      
Fey::Literal::Term Represents a literal term in a SQL statement      
Fey::NamedObjectSet Holds a set of named objects      
Fey::Placeholder Represents a placeholder      
Fey::Role::ColumnLike A role for "column-like" behavior      
Fey::Role::Comparable A role for things that can be part of a WHERE clause      
Fey::Role::Groupable A role for things that can be part of a GROUP BY clause      
Fey::Role::HasAliasName A role for objects that bring an alias with them      
Fey::Role::Joinable A role for things that can be part of a JOIN BY clause      
Fey::Role::MakesAliasObjects A role for objects with separate alias objects      
Fey::Role::Named A role for things with a name      
Fey::Role::Orderable A role for things that can be part of a ORDER BY clause      
Fey::Role::SQL::Cloneable Adds a just-deep-enough clone() method to SQL objects      
Fey::Role::SQL::HasBindParams A role for queries which can have bind parameters      
Fey::Role::SQL::HasLimitClause A role for queries which can include a LIMIT clause      
Fey::Role::SQL::HasOrderByClause A role for queries which can include a ORDER BY clause      
Fey::Role::SQL::HasWhereClause A role for queries which can include a WHERE clause      
Fey::Role::Selectable A role for things that can go in a SELECT clause      
Fey::Role::SetOperation A role for things that are a set operation      
Fey::Role::TableLike A role for things that are like a table      
Fey::SQL Documentation on SQL generation with Fey and SQL object factory      
Fey::SQL::Delete Represents a DELETE query      
Fey::SQL::Except Represents an EXCEPT operation      
Fey::SQL::Fragment::Join Represents a single join in a FROM clause      
Fey::SQL::Fragment::Where::Boolean Represents the end of a subgroup in a WHERE clause      
Fey::SQL::Fragment::Where::Comparison Represents a comparison in a WHERE clause      
Fey::SQL::Fragment::Where::SubgroupEnd Represents the end of a subgroup in a WHERE clause      
Fey::SQL::Fragment::Where::SubgroupStart Represents the start of a subgroup in a WHERE clause      
Fey::SQL::Insert Represents a INSERT query      
Fey::SQL::Intersect Represents an INTERSECT operation      
Fey::SQL::Select Represents a SELECT query      
Fey::SQL::Union Represents a UNION operation      
Fey::SQL::Update Represents a UPDATE query      
Fey::SQL::Where Represents a "stand-alone" WHERE clause      
Fey::Schema Represents a schema and contains tables and foreign keys      
Fey::Table Represents a table (or view)      
Fey::Table::Alias Represents an alias for a table      
Fey::Types Types for use in Fey