class documentation

class IsolationLevelCharacteristic(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: Dialect, dbapi_conn: DBAPIConnection) -> Any: (source)

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

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

Reset the characteristic on the connection to its default value.

def set_characteristic(self, dialect: Dialect, dbapi_conn: DBAPIConnection, value: Any): (source)

set characteristic on the connection to a given value.