Explicitly closes the database connection.
After a successful call to close(), using the database connection or one of its prepared statement is an error. The Database object is destroyed and cannot be used any more.
See Implementation
Explicitly closes the database connection.
After a successful call to close(), using the database connection or one of its prepared statement is an error. The Database object is destroyed and cannot be used any more.