Class: describeTable

Adaptor~describeTable(tableName, options) → {Operation}

new describeTable(tableName, options) → {Operation}

List the columns of a table in a database.
Parameters:
Name Type Description
tableName string The name of the table to describe
options object Optional options argument
Source:
Returns:
Type
Operation
Example
describeTable('clinic_visits')