class documentation

class PGReadOnlyConnectionCharacteristic(characteristics.ConnectionCharacteristic): (source)

View In Hierarchy

Undocumented

Method get_characteristic Given a DBAPI connection, get the current value of the characteristic.
Method reset_characteristic Reset the characteristic on the connection to its default value.
Method set_characteristic set characteristic on the connection to a given value.
Class Variable transactional Undocumented

Inherited from ConnectionCharacteristic:

Class Variable __slots__ Undocumented
def get_characteristic(self, dialect, dbapi_conn): (source)

Given a DBAPI connection, get the current value of the characteristic.

def reset_characteristic(self, dialect, dbapi_conn): (source)

Reset the characteristic on the connection to its default value.

def set_characteristic(self, dialect, dbapi_conn, value): (source)

set characteristic on the connection to a given value.