database.close()
新增于: v22.5.0
关闭数据库连接。如果数据库未打开,则抛出异常。此方法是 sqlite3_close_v2() 的封装器。
\Closes the database connection. An exception is thrown if the database is not
open. This method is a wrapper around sqlite3_close_v2().
关闭数据库连接。如果数据库未打开,则抛出异常。此方法是 sqlite3_close_v2() 的封装器。
\Closes the database connection. An exception is thrown if the database is not
open. This method is a wrapper around sqlite3_close_v2().