OdbcDriver function

Odbc Driver Methods

Odbc Driver Methods

Implementations of pure virtual functions defined in the DBI package for OdbcDriver objects. class

## S4 method for signature 'OdbcDriver' show(object) ## S4 method for signature 'OdbcDriver,ANY' dbDataType(dbObj, obj, ...) ## S4 method for signature 'OdbcDriver,list' dbDataType(dbObj, obj, ...) ## S4 method for signature 'OdbcDriver,data.frame' dbDataType(dbObj, obj, ...) ## S4 method for signature 'OdbcDriver' dbIsValid(dbObj, ...) ## S4 method for signature 'OdbcDriver' dbGetInfo(dbObj, ...)

Arguments

  • object: Any R object

  • dbObj: A object inheriting from DBI::DBIDriver

    or DBI::DBIConnection

  • obj: An R object whose SQL type we want to determine.

  • ...: Other arguments passed on to methods.

  • Maintainer: Hadley Wickham
  • License: MIT + file LICENSE
  • Last published: 2025-03-27