dbDataType,MySQLDriver-method | R Documentation |
This method is a straight-forward implementation of the corresponding generic function.
## S4 method for signature 'MySQLDriver'
dbDataType(dbObj, obj)
## S4 method for signature 'MySQLConnection'
dbDataType(dbObj, obj)
dbObj |
A |
obj |
R/S-Plus object whose SQL type we want to determine. |
dbDataType(RMySQL::MySQL(), "a")
dbDataType(RMySQL::MySQL(), 1:3)
dbDataType(RMySQL::MySQL(), 2.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.