close
Name
close -- close the database connection
Synopsis
close()
Exceptions
TypeError
-
Too many (any) arguments.
Description
close() method closes the
database connection. The connection will be closed in any case
when the connection is deleted but this allows you to explicitly
close it. It is mainly here to allow the DB-SIG API wrapper to
implement a close function.