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) July 22, 2023
Generated by manServer 1.08 from 8984a84b-6aae-48ef-bca4-9e4612d4f888 using man macros.