class PGReadOnlyConnectionCharacteristic(characteristics.ConnectionCharacteristic):
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 |