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 "distribution:Class-DBI class::dbi"

Class::DBI - Simple Database Abstraction River stage three • 91 direct dependents • 134 total dependents

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC

Class::DBI::Query - Deprecated SQL manager for Class::DBI River stage three • 91 direct dependents • 134 total dependents

This abstracts away many of the details of the Class::DBI underlying SQL mechanism. For the most part you probably don't want to be interfacing directly with this. The underlying mechanisms are not yet stable, and are subject to change at any time....

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC

Class::DBI::Column - A column in a table River stage three • 91 direct dependents • 134 total dependents

Each Class::DBI class maintains a list of its columns as class data. This provides an interface to those columns. You probably shouldn't be dealing with this directly....

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC

Class::DBI::Iterator - Iterate over Class::DBI search results River stage three • 91 direct dependents • 134 total dependents

Any Class::DBI search (including a has_many method) which returns multiple objects can be made to return an iterator instead simply by executing the search in scalar context. Then, rather than having to fetch all the results at the same time, you can...

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC

Class::DBI::Attribute - A value in a column. River stage three • 91 direct dependents • 134 total dependents

This stores the row-value of a certain column in an object. You probably shouldn't be dealing with this directly, and its interface is liable to change without notice....

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC

Class::DBI::Test::SQLite - Base class for Class::DBI tests River stage three • 91 direct dependents • 134 total dependents

This provides a simple base class for Class::DBI tests using SQLite. Each class for the test should inherit from this, provide a create_sql() method which returns a string representing the SQL used to create the table for the class, and then call set...

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC

Class::DBI::Relationship - base class for Relationships River stage three • 91 direct dependents • 134 total dependents

A Class::DBI class represents a database table. But merely being able to represent single tables isn't really that useful - databases are all about relationships. So, Class::DBI provides a variety of Relationship models to represent common database o...

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC

Class::DBI::Cascade::None - Do nothing upon deletion River stage three • 91 direct dependents • 134 total dependents

This is a Cascading Delete strategy that will do nothing, leaving orphaned records behind. It is the base class for most ofther Cascade strategies, and so provides several important methods:...

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC

Class::DBI::ColumnGrouper - Columns and Column Groups River stage three • 91 direct dependents • 134 total dependents

Each Class::DBI class maintains a list of its columns as class data. This provides an interface to that. You probably don't want to be dealing with this directly....

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC

Class::DBI::Search::Basic - Simple Class::DBI search River stage three • 91 direct dependents • 134 total dependents

This is the start of a pluggable Search infrastructure for Class::DBI. At the minute Class::DBI::Search::Basic doubles up as both the default search within Class::DBI as well as the search base class. We will probably need to tease this apart more la...

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC

Class::DBI::Cascade::Fail - Do not cascade if foreign objects exist River stage three • 91 direct dependents • 134 total dependents

This is a Cascading Delete strategy that will throw an error if any object about to be deleted still has any other objects pointing at it....

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC

Class::DBI::Cascade::Delete - Delete related objects River stage three • 91 direct dependents • 134 total dependents

This is a Cascading Delete strategy that will delete any related objects....

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC

Class::DBI::SQL::Transformer - Transform SQL River stage three • 91 direct dependents • 134 total dependents

Class::DBI hooks into the transform_sql() method in Ima::DBI to provide its own SQL extensions. Class::DBI::SQL::Transformer does the heavy lifting of these transformations....

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC

lib/Class/DBI/Relationship/HasA.pm River stage three • 91 direct dependents • 134 total dependents

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC

lib/Class/DBI/Relationship/HasMany.pm River stage three • 91 direct dependents • 134 total dependents

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC

lib/Class/DBI/Relationship/MightHave.pm River stage three • 91 direct dependents • 134 total dependents

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC
16 results (0.038 seconds)