R/dbDataType_MariaDBConnection.R
, R/dbDataType_MariaDBDriver.R
dbDataType.Rd
This method is a straight-forward implementation of the corresponding generic function.
# S4 method for MariaDBConnection
dbDataType(dbObj, obj, ...)
# S4 method for MariaDBDriver
dbDataType(dbObj, obj, ...)
A MariaDBDriver or MariaDBConnection object.
R/S-Plus object whose SQL type we want to determine.
any other parameters that individual methods may need.