deno.com

method Session.close

#Session.close(): void

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

Return Type #

void