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::store::sybase(3) - suse
apache::session::store::sybase(3pm) - debian
tangram::intro(3pm) - debian
tangram::relational(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Is UNIX an open source OS ?
One instance of comparing grep and awk
My first PERL incarnation... Audio Oscillograph