Retrieve database tables
retrieve_tables(connection = NULL, schema = "public")
connection | a database connection object returned from
|
---|---|
schema | character string length 1 detailing the name of the target schema |
a list containing pointers to tables within the sql connection.
Places all tables from the database connection into a local list. This makes accessing the tables straightforward.
Other connection:
write_notify()