sqlCreateTable,Oracle-method {odbc} | R Documentation |
For S4 methods that require a documentation entry but only clutter the index.
## 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, ...) ## S4 method for signature 'HDB' sqlCreateTable( con, table, fields, field.types = NULL, row.names = NA, temporary = FALSE, ... )