Sqlite Toolkit - @octave_sqlite/isopen


: yesno = isopen (db)

Check if a sqlite connection is open

Return true if the sqlite connection is open, otherwise return false.

Inputs

db

A previously opened sqlite database.

Outputs

yesno

Boolean for if the database is still open.

See also: sqlite, close.