Rechercher une page de manuel
Tangram::Driver::Sybase.3pm
Langue: en
Version: 2006-03-29 (ubuntu - 08/07/09)
Section: 3 (Bibliothèques de fonctions)
NAME
Tangram::Sybase - Orthogonal Object Persistence in Sybase databasesSYNOPSIS
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?Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre