powered by
For a database data type, get the name of the R data type it is being translated to.
monetdbRtype ( dbType )
A database type string such as CHAR or INTEGER.
CHAR
INTEGER
String containing the R data type for the DB data type, e.g. character or numeric.
character
numeric