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:Alzabo update"

update River stage one • 2 direct dependents • 3 total dependents

A simple widget to perform an update based on the values of %ARGS....

DROLSKY/Alzabo-0.92 - 22 Nov 2007 18:12:58 UTC

insert_or_update River stage one • 2 direct dependents • 3 total dependents

A simple component to perform an insert or update based on the values of %ARGS. An insert is done if the primary key columns for the table are not defined in %ARGS. Otherwise an update is done....

DROLSKY/Alzabo-0.92 - 22 Nov 2007 18:12:58 UTC

Alzabo - A data modelling tool and RDBMS-OO mapper River stage one • 2 direct dependents • 3 total dependents

What is Alzabo? Alzabo is a suite of modules with two core functions. Its first use is as a data modelling tool. Through either a schema creation GUI, a perl program, or reverse engineering, you can create a set objects to represent a schema. Its sec...

DROLSKY/Alzabo-0.92 - 22 Nov 2007 18:12:58 UTC

Alzabo::Intro - Introductory information about Alzabo River stage one • 2 direct dependents • 3 total dependents

This document provides an introduction to the basics of using Alzabo, primarily focused on the RDBMS-OO mapping functionality....

DROLSKY/Alzabo-0.92 - 22 Nov 2007 18:12:58 UTC

Alzabo::SQLMaker - Alzabo base class for RDBMS drivers River stage one • 2 direct dependents • 3 total dependents

This is the base class for all Alzabo::SQLMaker modules. To instantiate a driver call this class's "new" method. See "SUBCLASSING Alzabo::SQLMaker" for information on how to make a driver for the RDBMS of your choice....

DROLSKY/Alzabo-0.92 - 22 Nov 2007 18:12:58 UTC

Alzabo::QuickRef - A quick reference to methods in the Alzabo classes River stage one • 2 direct dependents • 3 total dependents

DROLSKY/Alzabo-0.92 - 22 Nov 2007 18:12:58 UTC

Alzabo::Exceptions - Creates all exception subclasses used in Alzabo. River stage one • 2 direct dependents • 3 total dependents

Using this class creates all the exceptions classes used by Alzabo (via the "Exception::Class" class). See "Exception::Class" for more information on how this is done....

DROLSKY/Alzabo-0.92 - 22 Nov 2007 18:12:58 UTC

Alzabo::MethodMaker - Auto-generate useful methods based on an existing schema River stage one • 2 direct dependents • 3 total dependents

This module can take an existing schema and generate a number of useful methods for this schema and its tables and rows. The method making is controlled by the parameters given along with the use statement, as seen in the SYNOPSIS section....

DROLSKY/Alzabo-0.92 - 22 Nov 2007 18:12:58 UTC

Alzabo::Runtime::Row - Row objects River stage one • 2 direct dependents • 3 total dependents

These objects represent actual rows from the database containing actual data. In general, you will want to use the "Alzabo::Runtime::Table" object to retrieve rows. The "Alzabo::Runtime::Table" object can return either single rows or row cursors....

DROLSKY/Alzabo-0.92 - 22 Nov 2007 18:12:58 UTC

Alzabo::Create::Schema - Schema objects for schema creation River stage one • 2 direct dependents • 3 total dependents

This class represents the whole schema. It contains table objects, which in turn contain columns, indexes, etc. It contains methods that act globally on the schema, including methods to save it to disk, create itself in an RDBMS, create relationships...

DROLSKY/Alzabo-0.92 - 22 Nov 2007 18:12:58 UTC

Alzabo::Runtime::UniqueRowCache - Implements a row cache for Alzabo River stage one • 2 direct dependents • 3 total dependents

This is a very simple caching mechanism for "Alzabo::Runtime::Row" objects that tries to ensure that for there is never more than one row object in memory for a given database row. To use it, simply load it. It can be foiled through the use of "Stora...

DROLSKY/Alzabo-0.92 - 22 Nov 2007 18:12:58 UTC
11 results (0.041 seconds)