dbDataType-methods {RMySQL}R Documentation

Determine the SQL Data Type of an S object

Description

This method is a straight-forward implementation of the corresponding generic function.

Methods

dbObj
any MySQLObject object, e.g., MySQLDriver, MySQLConnection, MySQLResult.
obj
R/S-Plus object whose SQL type we want to determine.
...
any other parameters that individual methods may need.

References

See the Database Interface definition document DBI.pdf in the base directory of this package or http://stat.bell-labs.com/RS-DBI.

See Also

isSQLKeyword make.db.names

Examples

## Not run: 
data(quakes)
drv <- dbDriver("MySQL")
sql.type <- dbDataType(drv, quakes)
## End(Not run)

[Package RMySQL version 0.6-0 Index]