databases_list_schemas_tables: List tables in this schema

View source: R/generated_client.R

databases_list_schemas_tablesR Documentation

List tables in this schema

Description

List tables in this schema

Usage

databases_list_schemas_tables(id, schema_name, credential_id = NULL)

Arguments

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.

Value

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.


civis documentation built on Aug. 30, 2025, 1:08 a.m.