Learn R Programming

civis (version 3.1.3)

databases_list_schemas_tables: List tables in this schema

Description

List tables in this schema

Usage

databases_list_schemas_tables(id, schema_name, credential_id = NULL)

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.

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.