DBI (version 0.3.0)

dbListTables: List remote tables.

Description

This should, where possible, include temporary tables.

Usage

dbListTables(conn, ...)

Arguments

conn
A DBIConnection object, as produced by dbConnect.
...
Other parameters passed on to methods.

Value

  • a character vector. If no tables present, a character vector of length 0.

See Also

Other connection methods: dbDisconnect; dbExistsTable; dbGetException; dbGetQuery, dbGetQuery,DBIConnection,character-method; dbListFields; dbListResults; dbReadTable, dbWriteTable; dbRemoveTable; dbSendQuery