| |
- SQLRConnection
- SQLRCursor
- exceptions.StandardError(exceptions.Exception)
-
- Error
-
- DatabaseError
-
- DataError
- IntegrityError
- InternalError
- NotSupportedError
- OperationalError
- ProgrammingError
- InterfaceError
- Warning
class SQLRConnection |
| |
Methods defined here:
- __del__(self)
- __init__(self, host, port, socket, user, password, retrytime, tries, krb, krbservice, krbmech, krbflags, tls, tlsversion, tlscert, tlspassword, tlsciphers, tlsvalidate, tlsca, tlsdepth)
- close(self)
- commit(self)
- cursor(self)
- rollback(self)
Data and other attributes defined here:
- connection = None
|
|