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:SPOPS dbi::pg"

SPOPS::DBI::Pg - PostgreSQL-specific routines for the SPOPS::DBI River stage one • 2 direct dependents • 2 total dependents

This just implements some Postgres-specific routines so we can abstract them out. One of them optionally returns the sequence value of the just-inserted id field. Of course, this only works if you have a the field marked as 'SERIAL' or using a sequen...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::Import::DBI::TableTransform::Pg - Table transformations for PostgreSQL River stage one • 2 direct dependents • 2 total dependents

PostgreSQL-specific type conversions for the auto-increment and other field types....

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::DBI - Implement SPOPS class, serializing into a DBI database River stage one • 2 direct dependents • 2 total dependents

This SPOPS class is not meant to be used directly. Instead, you inherit certain methods from it while implementing your own. Your module should implement: * (optional) Methods to sort member objects or perform operations on groups of them at once. * ...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::Manual - User Guide and Reference Manual for SPOPS River stage one • 2 direct dependents • 2 total dependents

This is the manual for SPOPS, Simple Perl Object Persistence with Security. SPOPS is an object persistence framework that allows you to serialize your objects in Perl to different datastores. It also allows you to protect individual objects with a fl...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::Key::DBI::Sequence - Retrieve sequence values from a supported DBI database River stage one • 2 direct dependents • 2 total dependents

This class makes a call to a 'sequence' to retrieve a value for use as a unique ID. Sequence implementations vary among databases, but generally they ensure that the sequence always generates a unique number no matter how many times it is accesed and...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::Manual::Object - Shows how you interact with SPOPS objects. River stage one • 2 direct dependents • 2 total dependents

This section of the SPOPS manual should be of interest to users and developers, since it describes how SPOPS objects are used. Note that all examples here assume the SPOPS class has already been created -- for more on this see SPOPS::Manual::Configur...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::Manual::Cookbook - Recipes for SPOPS usage River stage one • 2 direct dependents • 2 total dependents

This is a collection of recipes for usage of SPOPS. Some are common, some might be esoteric, but all of them should help to illuminate how SPOPS works and ways that you can expand it for your own needs....

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::ClassFactory::DBI - Define additional configuration methods River stage one • 2 direct dependents • 2 total dependents

This class implements a behavior for the 'links_to' slot as described in SPOPS::ClassFactory. It is possible -- and perhaps desirable for the sake of clarity -- to create a method within *SPOPS::DBI* that does all the work that this behavior does, th...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::Manual::Relationships - SPOPS object relationships River stage one • 2 direct dependents • 2 total dependents

Objects are great by themselves, but some real power comes when you can declaratively relate objects to one another. SPOPS allows you to do this through the class configuration. The two types of relationships are called 'has_a' and 'links_to'. The 'h...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::Manual::Configuration - Description of variables used in the SPOPS configuration process River stage one • 2 direct dependents • 2 total dependents

These are variables used in all SPOPS implementations. The name of the variable is the key used in the configuration hashref. Here is a fairly minimal example of a configuration hashref: 1: my $spops = { 2: 'news' => { 3: class => 'My::News', 4: isa ...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::Manual::CodeGeneration - How SPOPS builds classes River stage one • 2 direct dependents • 2 total dependents

So with configuration, we would create a number of slots into which classes could install behaviors. The slots are: manipulate_configuration id_method read_code fetch_by has_a (relationship) links_to (relationship) add_rule They're described in more ...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::Import::DBI::TableTransform - Factory class for database-specific transformations River stage one • 2 direct dependents • 2 total dependents

This class is a factory class for database-specific transformations. This means that SPOPS::Import::DBI::Table supports certain keys that can be replaced by database-specific values. This class is a factory for objects that take SQL data and do the r...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC
12 results (0.036 seconds)