Description Usage Arguments Examples
This function returns a list of all tables in defined Catalog/Schema
1 | showTables(conn, pattern, ...)
|
conn |
The connection to the database |
pattern |
optional SQL pattern for filtering table names, e.g. ‘%test%’ |
... |
currently ignored |
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
require(DBI)
conn <- dbConnect(DoordaHost(),
user='username',
password='password',
catalog='doordastats_snapshot',
schema='doordastats_snapshot')
table = showTables(conn, "eng_%")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.