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

type 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

Properties [hide private]

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

Method Details [hide private]

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

 

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

Overrides: Connection.__init__
(inherited documentation)