| dbDataType-methods {RMySQL} | R Documentation |
This method is a straight-forward implementation of the corresponding generic function.
MySQLObject object, e.g., MySQLDriver,
MySQLConnection, MySQLResult.
See the Database Interface definition document
DBI.pdf in the base directory of this package
or http://stat.bell-labs.com/RS-DBI.
## Not run:
data(quakes)
drv <- dbDriver("MySQL")
sql.type <- dbDataType(drv, quakes)
## End(Not run)