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 "dist:Fey sql::statement"

Fey::Literal - Factory for making a literal piece of a SQL statement River stage one • 6 direct dependents • 9 total dependents

This class is a factory for creating a literal piece of a SQL statement, such as a string, number, or function....

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC

Fey::SQL - Documentation on SQL generation with Fey and SQL object factory River stage one • 6 direct dependents • 9 total dependents

This module mostly exists to provide documentation and a factory interface for making SQL statement objects. For convenience, loading this module loads all of the "Fey::SQL::*" classes, such as Fey::SQL::Select, Fey::SQL::Delete, etc....

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC

Fey::Literal::Term - Represents a literal term in a SQL statement River stage one • 6 direct dependents • 9 total dependents

This class represents a literal term in a SQL statement. A "term" in this module means a literal SQL snippet that will be used verbatim, without quoting. This allows you to create SQL for almost any expression, for example "EXTRACT( DOY FROM TIMESTAM...

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC

Fey::Literal::Null - Represents a literal NULL in a SQL statement River stage one • 6 direct dependents • 9 total dependents

This class represents a literal "NULL" in a SQL statement....

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC

Fey::Literal::String - Represents a literal string in a SQL statement River stage one • 6 direct dependents • 9 total dependents

This class represents a literal string in a SQL statement....

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC

Fey::Literal::Number - Represents a literal number in a SQL statement River stage one • 6 direct dependents • 9 total dependents

This class represents a literal number in a SQL statement, either an integer or float....

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC

Fey::Literal::Function - Represents a literal function in a SQL statement River stage one • 6 direct dependents • 9 total dependents

This class represents a literal function in a SQL statement, such as "NOW()" or "LENGTH(User.username)"....

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC

Fey::Schema - Represents a schema and contains tables and foreign keys River stage one • 6 direct dependents • 9 total dependents

This class represents a schema, which is a set of tables and foreign keys....

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC

Fey::SQL::Delete - Represents a DELETE query River stage one • 6 direct dependents • 9 total dependents

This class represents a "DELETE" query....

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC

Fey::SQL::Update - Represents a UPDATE query River stage one • 6 direct dependents • 9 total dependents

This class represents a "UPDATE" query....

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC

Fey::SQL::Insert - Represents a INSERT query River stage one • 6 direct dependents • 9 total dependents

This class represents a "INSERT" query....

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC

Fey::SQL::Select - Represents a SELECT query River stage one • 6 direct dependents • 9 total dependents

This class represents a "SELECT" query....

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC

Fey::Placeholder - Represents a placeholder River stage one • 6 direct dependents • 9 total dependents

This class represents a placeholder in a SQL statement. For now, this always means the string "?", but in the future it may allow for numbered or named placeholders....

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC

Fey::Role::SQL::HasWhereClause - A role for queries which can include a WHERE clause River stage one • 6 direct dependents • 9 total dependents

Classes which do this role represent a query which can include a "WHERE" clause....

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC

Fey::Role::SQL::HasLimitClause - A role for queries which can include a LIMIT clause River stage one • 6 direct dependents • 9 total dependents

Classes which do this role represent a query which can include a "LIMIT" clause....

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC

Fey::Role::SQL::HasOrderByClause - A role for queries which can include a ORDER BY clause River stage one • 6 direct dependents • 9 total dependents

Classes which do this role represent a query which can include a "ORDER BY" clause....

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC
16 results (0.08 seconds)