RSQLite (version 0.3-5)

dbDataType-methods: Determine the SQL Data Type of an S object

Description

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

Arguments

keywords

methods

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

Run this code
data(quakes)
drv <- dbDriver("SQLite")
sql.type <- dbDataType(drv, quakes)

Run the code above in your browser using DataCamp Workspace