DBI (version 0.4-1)

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, dbListFields, dbListResults, dbReadTable, dbRemoveTable, dbSendQuery