Description Usage Arguments Value
List all materialized views found in Postgres connection
1 2 3 4 5 6 7 | listMatViews(src, schema = "public")
## S3 method for class 'src_dbi'
listMatViews(src, schema = "public")
## S3 method for class 'DBIConnection'
listMatViews(src, schema = "public")
|
src |
A database connection (e.b. DBIConnection) |
schema |
Name of database schema in which to look |
A character vector containing names of materialized views found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.