View source: R/generated_client.R
databases_list_schemas_tables | R Documentation |
List tables in this schema
databases_list_schemas_tables(id, schema_name, credential_id = NULL)
id |
integer required. The ID of the database |
schema_name |
string required. The name of the schema |
credential_id |
integer optional. If provided, schemas will be filtered based on the given credential. |
An array containing the following fields:
name |
string, The name of the table. |
schema |
string, The name of the schema containing the table. |
isView |
boolean, True if this table represents a view. False if it represents a regular table. |
databaseId |
integer, The ID of the database server. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.