Documentation of the module sqlite
by Peter Verhas
Table of Contents
1. Introduction
2. Open/Create an sqlite3 database file
3. Close an sqlite3 database file
4. Execute an SQL statement/command
5. Pass a Query to an sqlite3 database file
6. Retrieve the next Row from a database file
7. Retrieve the value at position y in database row
8. Retrieve number of columns in table
9. Retrieve column name at pos i in table
10. Finalize an sqlite3 database file
11. Retrieve sqlite3 version string
12. Returns status code for sqlite function call
13. Returns text that describes the error
14. Returns Hash containing row contents in Key/Value pair
15. Returns Array containing row contents