![]() |
| |||||||
| Distribution | Fey [Download] |
| Author | DROLSKY [ Dave Rolsky ] |
| Version | 0.40 |
| Abstract | Better SQL Generation Through Perl |
| Released | 16 Feb 2011 |
| Size | 75.8 KB |
| MD5 Checksum | bfafb009b496dc227877b2e16ecdb1d5 |
| Additional Files | README | META | Changes | INSTALL | Makefile.PL | |
| Links | search.cpan.org | CPAN::Forum | AnnoCPAN | rt.cpan.org | Rating | CPANTS | CPAN testers | Dependencies | Testers matrix | Prerequisites | Exception::Class | Exporter | List::AllUtils | Moose | MooseX::Params::Validate | MooseX::Role::Parameterized | MooseX::SemiAffordanceAccessor | MooseX::StrictConstructor | MooseX::Types | namespace::autoclean | Scalar::Util | Task::Weaken | Tie::IxHash | |
| Fey [source] [v 0.40] | Better SQL Generation Through Perl |
| Fey::Column [source] [v 0.40] | Represents a column |
| Fey::Column::Alias [source] [v 0.40] | Represents an alias for a column |
| Fey::Exceptions [source] [v 0.40] | Defines exceptions used in the core Fey classes |
| Fey::FakeDBI [source] [v 0.40] | Just enough of the DBI API to fool Fey |
| Fey::FK [source] [v 0.40] | Represents a foreign key |
| Fey::Literal [source] [v 0.40] | Factory for making a literal piece of a SQL statement |
| Fey::Literal::Function [source] [v 0.40] | Represents a literal function in a SQL statement |
| Fey::Literal::Null [source] [v 0.40] | Represents a literal NULL in a SQL statement |
| Fey::Literal::Number [source] [v 0.40] | Represents a literal number in a SQL statement |
| Fey::Literal::String [source] [v 0.40] | Represents a literal string in a SQL statement |
| Fey::Literal::Term [source] [v 0.40] | Represents a literal term in a SQL statement |
| Fey::NamedObjectSet [source] [v 0.40] | |
| Fey::Placeholder [source] [v 0.40] | Represents a placeholder |
| Fey::Role::ColumnLike [source] [v 0.40] | A role for "column-like" behavior |
| Fey::Role::Comparable [source] [v 0.40] | A role for things that can be part of a WHERE clause |
| Fey::Role::Groupable [source] [v 0.40] | A role for things that can be part of a GROUP BY clause |
| Fey::Role::HasAliasName [source] [v 0.40] | A role for objects that bring an alias with them |
| Fey::Role::IsLiteral [source] [v 0.40] | A role for things that are literals |
| Fey::Role::Joinable [source] [v 0.40] | A role for things that can be part of a JOIN BY clause |
| Fey::Role::MakesAliasObjects [source] [v 0.40] | A role for objects with separate alias objects |
| Fey::Role::Named [source] [v 0.40] | A role for things with a name |
| Fey::Role::Orderable [source] [v 0.40] | A role for things that can be part of a ORDER BY clause |
| Fey::Role::Selectable [source] [v 0.40] | A role for things that can go in a SELECT clause |
| Fey::Role::SetOperation [source] [v 0.40] | A role for things that are a set operation |
| Fey::Role::SQL::Cloneable [source] [v 0.40] | Adds a just-deep-enough clone() method to SQL objects |
| Fey::Role::SQL::HasBindParams [source] [v 0.40] | A role for queries which can have bind parameters |
| Fey::Role::SQL::HasLimitClause [source] [v 0.40] | A role for queries which can include a LIMIT clause |
| Fey::Role::SQL::HasOrderByClause [source] [v 0.40] | A role for queries which can include a ORDER BY clause |
| Fey::Role::SQL::HasWhereClause [source] [v 0.40] | A role for queries which can include a WHERE clause |
| Fey::Role::SQL::ReturnsData [source] [v 0.40] | A role for SQL queries which return data (SELECT, UNION, etc) |
| Fey::Role::TableLike [source] [v 0.40] | A role for things that are like a table |
| Fey::Schema [source] [v 0.40] | Represents a schema and contains tables and foreign keys |
| Fey::SQL [source] [v 0.40] | Documentation on SQL generation with Fey and SQL object factory |
| Fey::SQL::Delete [source] [v 0.40] | Represents a DELETE query |
| Fey::SQL::Except [source] [v 0.40] | Represents an EXCEPT operation |
| Fey::SQL::Fragment::Join [source] [v 0.40] | Represents a single join in a FROM clause |
| Fey::SQL::Fragment::Where::Boolean [source] [v 0.40] | Represents an AND or OR in a WHERE clause |
| Fey::SQL::Fragment::Where::Comparison [source] [v 0.40] | Represents a comparison in a WHERE clause |
| Fey::SQL::Fragment::Where::SubgroupEnd [source] [v 0.40] | Represents the end of a subgroup in a WHERE clause |
| Fey::SQL::Fragment::Where::SubgroupStart [source] [v 0.40] | Represents the start of a subgroup in a WHERE clause |
| Fey::SQL::Insert [source] [v 0.40] | Represents a INSERT query |
| Fey::SQL::Intersect [source] [v 0.40] | Represents an INTERSECT operation |
| Fey::SQL::Select [source] [v 0.40] | Represents a SELECT query |
| Fey::SQL::Union [source] [v 0.40] | Represents a UNION operation |
| Fey::SQL::Update [source] [v 0.40] | Represents a UPDATE query |
| Fey::SQL::Where [source] [v 0.40] | Represents a "stand-alone" WHERE clause |
| Fey::Table [source] [v 0.40] | Represents a table (or view) |
| Fey::Table::Alias [source] [v 0.40] | Represents an alias for a table |
| Fey::Types [source] [v 0.40] | Types for use in Fey |
| Fey::Types::Internal [source] [v 0.40] | Types for use in Fey |
| Perl Core Modules >> Fey | |
| Database Interfaces >> Fey | |
| User Interfaces >> Fey | |
| String Lang Text Proc >> Fey |
| ActiveState default Perl 5.10 repository [ v 0.36 ] |
| ActiveState default Perl 5.12 repository [ v 0.40 ] |
| ActiveState default Perl 5.8 repository [ v 0.31 ] |
| trouchelle.com Perl 5.10 repository [ v 0.06 ] |
| trouchelle.com Perl 5.8 repository [ v 0.06 ] |
| Problems, suggestions, or comments to Randy Kobes. | Questions? Check the FAQ. | |
| Enable installations using PAR::WebStart. |