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)NAMETangram::Driver::mysql - Orthogonal Object Persistence in Mysql databasesSYNOPSISuse 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);DESCRIPTIONThis 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.METHODSThis 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)
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Detecting unused variables... |
One instance of comparing grep and awk |
Weird 'find' results |