Manual Page Result
0
Command: sqlite3_db_readonly | Section: 3 | Source: NetBSD | File: sqlite3_db_readonly.3
SQLITE3_DB_READONLY(3) FreeBSD Library Functions Manual
NAME
sqlite3_db_readonly - Determine if a database is read-only
SYNOPSIS
int
sqlite3_db_readonly(sqlite3 *db, const char *zDbName);
DESCRIPTION
The sqlite3_db_readonly(D,N) interface returns 1 if the database N of
connection D is read-only, 0 if it is read/write, or -1 if N is not the
name of a database on connection D.
FreeBSD 14.1-RELEASE-p8 December 19, 2018 FreeBSD 14.1-RELEASE-p8