dbListTables.PgSQL.conn {RdbiPgSQL} | R Documentation |
dbListTables
lists the tables associated with a database connection.
## S3 method for class 'PgSQL.conn': dbListTables(conn, ...)
conn |
A connection object |
... |
Other arguments, described in details |
Other arguments: itemize {
A list of table names.
Timothy H. Keitt