Last chance! 50% off unlimited learning
Sale ends in
This method is a straight-forward implementation of the corresponding generic function.
# S4 method for MySQLDriver
dbDataType(dbObj, obj)# S4 method for MySQLConnection
dbDataType(dbObj, obj)
A MySQLDriver
or MySQLConnection
.
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)
Run the code above in your browser using DataLab