tangram::driver::sybase(3pm) debian man page | unix.com

Man Page: tangram::driver::sybase

Operating Environment: debian

Section: 3pm

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

NAME
Tangram::Sybase - Orthogonal Object Persistence in Sybase databases
SYNOPSIS
use Tangram; use Tangram::Sybase; $schema = Tangram::Sybase->schema( $hashref ); Tangram::Sybase->deploy($schema, $dbh); $storage = Tangram::Sybase->connect( $schema, $data_source, $username, $password ); $storage->disconnect(); Tangram::Sybase->retreat($schema, $dbh);
DESCRIPTION
This is the entry point in the Sybase-specific object-relational persistence backend. Sybase only supports a single prepared statement per connection. This backend disables the usage of prepared statements. The vanilla Relational backend may not be used with Sybase databases.
METHODS
This backend does not add any methods; for a description of available methods, see Tangram::Relational.
WARNING
This backend has not been tested in quite some time. Is the database even called "Sybase" any more? perl v5.8.8 2006-03-29 Tangram::Driver::Sybase(3pm)
Related Man Pages
dbix::class::storage::dbi::sybase::ase::nobindvars5.18(3) - mojave
apache::session::lock::sybase(3pm) - debian
apache::session::serialize::sybase(3pm) - debian
apache::session::store::sybase(3pm) - debian
dbix::class::storage::dbi::sybase::ase::nobindvars(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?