DBI-connection-sql {pool} | R Documentation |
Pool object wrappers around DBIConnection methods that deal
with the creation and manipulation of SQL tables. See
sqlData
, sqlCreateTable
and sqlAppendTable
for the original
documentation.
## S4 method for signature 'Pool' sqlData(con, value, row.names = NA, ...) ## S4 method for signature 'Pool' sqlCreateTable(con, table, fields, row.names = NA, temporary = FALSE, ...) ## S4 method for signature 'Pool' sqlAppendTable(con, table, values, row.names = NA, ...)
con, value, row.names, ... |
See |
table, fields, temporary |
See |
values |
See |