[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) October 17, 2020
Generated by manServer 1.08 from b8184d4b-6156-42bd-9632-2bcd844d66d6 using man macros.