class documentation

class IsolationLevelCharacteristic(ConnectionCharacteristic):

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):
Given a DBAPI connection, get the current value of the characteristic.
def reset_characteristic(self, dialect, dbapi_conn):
Reset the characteristic on the connection to its default value.
def set_characteristic(self, dialect, dbapi_conn, value):
set characteristic on the connection to a given value.