Man Page: tangram::driver::oracle
Operating Environment: debian
Section: 3pm
Tangram::Driver::Oracle(3pm) User Contributed Perl Documentation Tangram::Driver::Oracle(3pm)NAMETangram::Driver::Oracle - Orthogonal Object Persistence in Oracle databasesSYNOPSISuse Tangram; use Tangram::Driver::Oracle; $schema = Tangram::Driver::Oracle->schema( $hashref ); Tangram::Driver::Oracle->deploy($schema, $dbh); $storage = Tangram::Driver::Oracle->connect( $schema, $data_source, $username, $password ); $storage->disconnect(); Tangram::Driver::Oracle->retreat($schema, $dbh);DESCRIPTIONThis is the entry point in the Oracle-specific object-relational persistence backend. This module performs the followingMETHODSThis backend does not add any methods; for a description of available methods, see Tangram::Relational.ERRATAperl v5.8.8 2006-03-29 Tangram::Driver::Oracle(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Detecting unused variables... |