DBI (version 0.3.0)

dbListFields: List field names of a remote table.

Description

List field names of a remote table.

Usage

dbListFields(conn, name, ...)

Arguments

conn
A DBIConnection object, as produced by dbConnect.
name
a character string with the name of the remote table.
...
Other parameters passed on to methods.

Value

  • a character vector

See Also

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