dbDataType-methods | R Documentation |
This method is a straight-forward implementation of the corresponding generic function.
any PostgreSQLObject
object, e.g., PostgreSQLDriver
,
PostgreSQLConnection
, PostgreSQLResult
.
R/S-Plus object whose SQL type we want to determine.
any other parameters that individual methods may need.
See the Database Interface definition document
DBI.pdf
in the base directory of this package
or https://cran.r-project.org/package=DBI.
isSQLKeyword
make.db.names
## Not run:
data(quakes)
drv <- dbDriver("PostgreSQL")
sql.type <- dbDataType(drv, quakes)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.