Skip to contents

Unimportant DBI methods

Usage

# S4 method for OdbcConnection
sqlData(con, value, row.names = NA, ...)

# S4 method for HDB
sqlCreateTable(
  con,
  table,
  fields,
  row.names = NA,
  temporary = FALSE,
  ...,
  field.types = NULL
)

# S4 method for Hive,character
dbQuoteString(conn, x, ...)

# S4 method for Teradata
sqlCreateTable(
  con,
  table,
  fields,
  row.names = NA,
  temporary = FALSE,
  ...,
  field.types = NULL
)

Arguments

...

Other parameters passed on to methods.

conn

A DBIConnection object, as returned by dbConnect().