[UP]


Manual Reference Pages  - 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.


sqlite3_error (3) March 11, 2021
Generated by manServer 1.08 from 5faddc5e-0346-4d87-a9dd-eb2398034035 using man macros.