Package osh :: Package external :: Package pg8000 :: Module dbapi :: Class ConnectionWrapper
[frames] | no frames]

Class ConnectionWrapper

source code

object --+
         |
        ConnectionWrapper

Instance Methods
 
__init__(self, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
cursor(self) source code
 
commit(self) source code
 
rollback(self) source code
 
close(self) source code

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

Class Variables
  Warning = property(lambda self: self._getError(Warning))
  Error = property(lambda self: self._getError(Error))
  InterfaceError = property(lambda self: self._getError(Interfac...
  DatabaseError = property(lambda self: self._getError(DatabaseE...
  OperationalError = property(lambda self: self._getError(Operat...
  IntegrityError = property(lambda self: self._getError(Integrit...
  InternalError = property(lambda self: self._getError(InternalE...
  ProgrammingError = property(lambda self: self._getError(Progra...
  NotSupportedError = property(lambda self: self._getError(NotSu...
Properties

Inherited from object: __class__

Method Details

__init__(self, **kwargs)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

Class Variable Details

InterfaceError

Value:
property(lambda self: self._getError(InterfaceError))

DatabaseError

Value:
property(lambda self: self._getError(DatabaseError))

OperationalError

Value:
property(lambda self: self._getError(OperationalError))

IntegrityError

Value:
property(lambda self: self._getError(IntegrityError))

InternalError

Value:
property(lambda self: self._getError(InternalError))

ProgrammingError

Value:
property(lambda self: self._getError(ProgrammingError))

NotSupportedError

Value:
property(lambda self: self._getError(NotSupportedError))