database.close()
关闭数据库连接。如果数据库未打开,则抛出异常。此方法是 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()
.