Skip to Main Content
The Definitive Guide to SQLite
book

The Definitive Guide to SQLite

by Michael Owens
May 2006
Intermediate to advanced content levelIntermediate to advanced
462 pages
13h 19m
English
Apress
Content preview from The Definitive Guide to SQLite

APPENDIX BC API Reference

This appendix covers all functions in the SQLite version 3 API as covered in Chapter 6 and Chapter 7. Each function is indexed by its name, followed by its declaration, followed by the description of what it does.

Return Codes

Many of the API functions return integer result codes. There are 26 different return codes defined in the API, 23 of which correspond to errors. All of the SQLite return codes are listed in Table B-1. The API functions that return these codes are listed as follows:

sqlite3_bind_xxx() sqlite3_close() sqlite3_create_collation() sqlite3_collation_needed() sqlite3_create_function() sqlite3_prepare() sqlite3_exec() sqlite3_finalize() sqlite3_get_table() sqlite3_open() sqlite3_reset() sqlite3_step() ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

The Definitive Guide to SQLite, Second Edition

The Definitive Guide to SQLite, Second Edition

Grant Allen, Mike Owens
Using SQLite

Using SQLite

Jay A. Kreibich
SQLite

SQLite

Chris Newman

Publisher Resources

ISBN: 9781590596739Purchase book