The Python RemoteConnection Class

The RemoteConnection class represents a remote SQL connection. It provides the following methods:

close() Close this connection; the connection object becomes invalid
commit() Commit an open transaction on this connection
rollback() Rollback the database changes made in the current transaction
cursor() Create an empty DB API cursor for executing SQL statements
engine A Read-Only property specifying the SQL engine for this connection