a character string with the name of the remote table.
...
optional arguments for the actual driver implementation.
Value
dbListTables returns a character vector with the names of the
tables in the remote database associated with the connection in
conn object.
dbListFields returns a character vector with the names of the
fields of the res result object (it must be a query statement).
dbListConnections returns a list of all currently open
connections on driver drv. Drivers that implement single
connections would return the one single connection object.
dbListResults returns a list of objects for all pending results
(statements) on the conn connection.
keywords
methods
References
See the Database Interface definition document
DBI.pdf in the base directory of this package
or
http://developer.r-project.org/db.