session.close()。


关闭会话。如果数据库或会话未打开,则会引发异常。此方法是 sqlite3session_delete() 的封装器。

¥Closes the session. An exception is thrown if the database or the session is not open. This method is a wrapper around sqlite3session_delete().