setSqlTypeInfo(driver, value)
getSqlTypeInfo(driver)
DBMS_name
as returned
by odbcGetInfo
. Optional for getSqlTypeInfo
."double"
, "integer"
, "character"
and
"logical"
, and values SQL types appropriate to the DBMS.setSqlTypeInfo
none.For getSqlTypeInfo
with an argument, a named list. Without an
argument, a data frame.
sqlSave
if it creates a
table in the DBMS and is not overridden by arguments typeInfo
or varTypes
. Mappings are included for MySQL, PostgreSQL,
SQLite, Oracle, Mimer, DB2 on Windows, and the Microsoft SQL Server,
Access, Excel and Dbase drivers. The SQL types chosen should be nullable to allow NA
s to be
represented. (Bit and boolean types often are not.)
sqlTypeInfo
, sqlSave
.