UNUSE DATABASE

Syntax

UNUSE DATABASE

Privileges

READWRITE

Description

The UNUSE DATABASE statement tells SQLite Cloud to close the connection with the currently used database (previously set by a USE DATABASE statement). No error is returned if the current connection has no database set.

Return

OK string or error value (see SCSP protocol).

Example

> USE DATABASE test.sqlite
OK

> UNUSE DATABASE
OK