Table of Contents



NAME

DBSQLArray - ties persistent perl object arrays to the database backend


DESCRIPTION

This module provides methods for tying array attributes of DBObjects to the database backend. It supplies all required methods to tie an array to a package based on the Tie::Array package.

Even though named DB/SQL/Array it will make use of the database methods provided by the backend of the DBMaster and thus be portable to other database implementations.

It provides DELETE and EXISTS methods, and implementations of PUSH, POP, SHIFT, UNSHIFT, SPLICE and CLEAR in terms of basic FETCH, STORE, FETCHSIZE, STORESIZE.


METHODS