                        odbc: Connect to ODBC Compatible Databases
                        (using the DBI Interface)
OdbcConnection          Odbc Connection Methods
OdbcDriver              Odbc Driver Methods
OdbcResult              Odbc Result Methods
dbConnect,OdbcDriver-method
                        Connect to a ODBC compatible database
dbListFields,OdbcConnection,character-method
                        List field names of a remote table
dbListTables,OdbcConnection-method
                        List remote tables
dbListTables-methods    ~~ Methods for Function 'dbListTables' in
                        Package 'DBI' ~~
dbQuoteString-methods   ~~ Methods for Function 'dbQuoteString' in
                        Package 'DBI' ~~
odbc                    Odbc driver
odbc-tables             Convenience functions for reading/writing DBMS
                        tables
odbcConnectionActions   List the actions supported for the connection
odbcConnectionColumns   odbcConnectionColumns
odbcConnectionIcon      Get an icon representing a connection.
odbcDataType            Return the corresponding ODBC data type for an
                        R object
odbcListColumns         List columns in an object.
odbcListDataSources     List Available Data Source Names
odbcListDrivers         List Available ODBC Drivers
odbcListObjectTypes     Return the object hierarchy supported by a
                        connection.
odbcListObjects         List objects in a connection.
odbcPreviewObject       Preview the data in an object.
odbcSetTransactionIsolationLevel
                        Set the Transaction Isolation Level for a
                        Connection
sqlCreateTable-methods
                        ~~ Methods for Function 'sqlCreateTable' in
                        Package 'DBI' ~~
test_roundtrip          Test round tripping a simple table
