Class: DbDescriptor

dbList~DbDescriptor(sqlConn)

DbDescriptor

Constructor

new DbDescriptor(sqlConn)

Creates a DbDescriptor, given a database Connection
Parameters:
Name Type Description
sqlConn Connection
Source:

Methods

createTable(tableName) → {Promise.<DataTable>}

Creates a DataTable or view having the specified name
Parameters:
Name Type Description
tableName string
Source:
Returns:
Type
Promise.<DataTable>