sqlCreateTable,Oracle-method {odbc}R Documentation

Internal page for hidden aliases

Description

For S4 methods that require a documentation entry but only clutter the index.

Usage

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

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

## S4 method for signature 'Teradata'
dbListTables(conn, ...)

[Package odbc version 1.2.3 Index]