Skip to main content

Table actions

List of JSON DB API actions for managing tables

Abstract

This section lists the JSON actions that manage tables in a FairCom database. You can use these actions to create, delete, alter, list, describe, and rebuild tables. These actions work for all FairCom products that include the FairCom database engine.

This section lists the JSON actions that manage tables in a FairCom database. You can use these actions to create, delete, alter, list, describe, and rebuild tables. These actions work for all FairCom products that include the FairCom database engine.

Action

Description

"alterTable"

"alterTable" modifies a table.

"createTable"

"createTable" creates a table in a database.

"deleteTables"

"deleteTables" deletes one or more tables in a single transaction.

"describeTables"

"describeTables" returns a complete set of metadata about one or more specified tables.

"listTables"

"listTables" lists tables in the specified database that the logged-in user is allowed to see.

"rebuildTables"

"rebuildTables" rebuilds specified tables.