dbListTables.PgSQL.conn {RdbiPgSQL}R Documentation

List tables in a database

Description

dbListTables lists the tables associated with a database connection.

Usage

## S3 method for class 'PgSQL.conn':
dbListTables(conn, ...)

Arguments

conn A connection object
... Other arguments, described in details

Details

Other arguments: itemize {

pattern
An SQL matching pattern, defaults to NULL
all
If true, also list system tables, defaults to FALSE
}

Value

A list of table names.

Author(s)

Timothy H. Keitt

References

http://rdbi.sourceforge.net/

See Also

dbConnect


[Package RdbiPgSQL version 1.12.0 Index]