The Sybase module contains the following:
The owner argument must be an instance of the Connection class.
The owner argument must be an instance of the Connection
class. A bulk copy context will be established for the table named in
the table argument, the bulkcopy direction must be either
CS_BLK_IN
or CS_BLK_OUT
as defined in the
_sybase module.
This is an extension of the DB-API 2.0 specification.
= None
][, strip = 0
])
The dsn argument identifies the Sybase server, user and
passwd are the Sybase username and password respectively. If
supplied, database specifies the database to use. If the
optional strip argument is non-zero then all char
columns
will be right stripped of whitespace.
= None
][, strip = 0
])
Creates a new Connection object passing the function arguments to the Connection constructor.