GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Tangram::Driver::Sybase(3) User Contributed Perl Documentation Tangram::Driver::Sybase(3)

Tangram::Sybase - Orthogonal Object Persistence in Sybase databases

   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);

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.

This backend does not add any methods; for a description of available methods, see Tangram::Relational.

This backend has not been tested in quite some time. Is the database even called "Sybase" any more?
2015-10-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.