ODBC                    Generate an object of ODBCDriver class
RODBCDBI                RODBCDBI
dbConnect,ODBCDriver-method
                        Connect/disconnect to a ODBC data source
dbDisconnect,ODBCConnection-method
                        Close a current session.
dbExistsTable,ODBCConnection,character-method
                        Does the table exist?
dbGetInfo,ODBCConnection-method
                        Get DBMS metadata.
dbListFields,ODBCConnection,character-method
                        List fields in specified table.
dbListTables,ODBCConnection-method
                        List available ODBC tables.
dbReadTable,ODBCConnection,character-method
                        Convenience functions for importing/exporting
                        DBMS tables
dbRemoveTable,ODBCConnection,character-method
                        Remove a table from the database.
dbSendQuery,ODBCConnection-method
                        Execute a statement on a given database
                        connection.
dbWriteTable,ODBCConnection,character,data.frame-method
                        Write a local data frame or file to the
                        database.
odbc-meta               Database interface meta-data.
