C Library Functions  - sqlite3_error (3)

NAME

sqlite3_error(3f) - [M_sqlite] Return the last error code

CONTENTS

Synopsis
Description
Options
Returns

SYNOPSIS

err = sqlite3_error(db)

       type(SQLITE_DATABASE) db

DESCRIPTION

Return last SQLite error code for this database

OPTIONS

db Structure variable identifying the database connection

RETURNS

err Retrieve whether the previous SQLite command resulted in an error or not. Returns true if so, otherwise false.


Nemo Release 3.1 sqlite3_error (3) August 28, 2026
Generated by manServer 1.08 from f05afb8a-cd91-40ca-8370-49414bcf265c using man macros.