dbBuildTableDefinition
                        Build the SQL CREATE TABLE definition as a
                        string
dbCallProc-methods      Call an SQL stored procedure
dbCommit-methods        DBMS Transaction Management
dbConnect-methods       Create a connection object to an SQLite DBMS
dbDataType-methods      Determine the SQL Data Type of an S object
dbDriver-methods        SQLite implementation of the Database Interface
                        (DBI) classes and drivers
dbGetInfo               Database interface meta-data
dbListTables-methods    List items from an SQLite DBMS and from objects
dbObjectId-class        Class dbObjectId
dbReadTable-methods     Convenience functions for Importing/Exporting
                        DBMS tables
dbSendQuery-methods     Execute a statement on a given database
                        connection
dbSetDataMappings-methods
                        Set data mappings between SQLite and R/S-Plus
fetch-methods           Fetch records from a previously executed query
isIdCurrent             Check whether an dbObjectId handle object is
                        valid or not
SQLite                  Instantiate the SQLite engine from the current
                        R session.
SQLiteConnection-class
                        Class SQLiteConnection
SQLiteDriver-class      Class SQLiteDriver
sqliteInitDriver        Support Functions
SQLiteObject-class      Class SQLiteObject
SQLiteResult-class      Class SQLiteResult
SQLKeywords-methods     Make R/S-Plus identifiers into legal SQL
                        identifiers
summary-methods         Summarize an SQLite object
