Dave Rolsky > Fey-0.09

Fey-0.09

This Release Fey-0.09  [Download] [Browse 31 Jul 2008
Latest Release Fey-0.34  [Download] [Browse 25 Oct 2009
Other Releases
Links Discussion Forum ] [ View/Report Bugs (2) ] [ Dependencies ] [ Other Tools ]
CPAN Testers PASS (54)   FAIL (1)   NA (1)   [ 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.09
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::Joinable A role for things that can be part of a JOIN BY clause      
Fey::Role::Orderable A role for things that can be part of a ORDER BY clause      
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::SQL Documentation on SQL generation with Fey and SQL object factory      
Fey::SQL::Delete Represents a DELETE query      
Fey::SQL::Fragment::Join Represents a single join in a FROM clause      
Fey::SQL::Fragment::SubSelect Represents a subselect      
Fey::SQL::Fragment::Where::Boolean Represents the start 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::Select Represents a SELECT query      
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::Validate