debian man page for tangram::driver::mysql

Query: tangram::driver::mysql

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Tangram::Driver::mysql(3pm)				User Contributed Perl Documentation			       Tangram::Driver::mysql(3pm)

NAME
Tangram::Driver::mysql - Orthogonal Object Persistence in Mysql databases
SYNOPSIS
use Tangram; use Tangram::Driver::mysql; $schema = Tangram::Driver::mysql->schema( $hashref ); Tangram::Driver::mysql->deploy($schema, $dbh); $storage = Tangram::Driver::mysql->connect( $schema, $data_source, $username, $password ); $storage->disconnect(); Tangram::Driver::mysql->retreat($schema, $dbh);
DESCRIPTION
This is the entry point in the mysql-specific object-relational persistence backend. This backend makes use of Mysql extensions SELECT GET_LOCK, SELECT RELEASE_LOCK and LAST_INSERT_ID to safely allocate object ids in the absence of transactions. The vanilla Relational backend may not be used with Mysql databases in multiprogramming context.
METHODS
This backend does not add any methods; for a description of available methods, see Tangram::Relational. perl v5.8.8 2006-03-29 Tangram::Driver::mysql(3pm)
Related Man Pages
tangram(3pm) - debian
tangram::cursor(3pm) - debian
tangram::relational(3pm) - debian
tangram::type::dump(3pm) - debian
tangram::type::hash::scalar(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Detecting unused variables...
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?