| dbListFields {DBI} | R Documentation |
List field names of a remote table.
dbListFields(conn, name, ...)
conn |
A |
name |
a character string with the name of the remote table. |
... |
Other parameters passed on to methods. |
a character vector
dbColumnInfo to get the type of the fields.
Other connection methods: dbDisconnect;
dbExistsTable;
dbGetException; dbGetQuery,
dbGetQuery,DBIConnection,character-method;
dbListResults; dbListTables;
dbReadTable, dbWriteTable;
dbRemoveTable; dbSendQuery