Package sqlite3 :: Package test :: Module factory :: Class MyConnection
[hide private]
[frames] | no frames]

Class MyConnection

object --+    
         |    
Connection --+
             |
            MyConnection

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Inherited from Connection: __call__, __new__, close, commit, create_aggregate, create_collation, create_function, cursor, execute, executemany, executescript, interrupt, rollback, set_authorizer

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from Connection: DataError, DatabaseError, Error, IntegrityError, InterfaceError, InternalError, NotSupportedError, OperationalError, ProgrammingError, Warning, isolation_level, row_factory, text_factory, total_changes

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)