LISp-Miner Control Language Reference, version: 27.18.15 of 2 Mar 2022

Namespace lm.explore

Analyzed data exploration related classes and functions

Classes List

DataColumn  Database table column meta-information
DataTable  Database table meta-information

Properties List

No preperties defined.

Functions List

findDataTable () Tries to look-up a DataTable with a unique property given as parameter. Just one parameter has to be specified. Returns nil if DataTable with this property doesn't exists.
prepareDataTableArray () Returns array of DataTable, ie. information about all tables in database of analyzed data
prepareDataTableInitArray () Returns array of DataTable, with only the properly initialized database tables

Properties

Functions

findDataTable() : DataTable
Tries to look-up a DataTable with a unique property given as parameter. Just one parameter has to be specified. Returns nil if DataTable with this property doesn't exists.

Parameters

  • luaTable - to store named parameters

Optional named parameters

  • nID : integer - an ID of the database table to look-up
  • name : string - a name of the database table to look-up

Returns

prepareDataTableArray() : luaTable
Returns array of DataTable, ie. information about all tables in database of analyzed data

Returns

  • luaTable
prepareDataTableInitArray() : luaTable
Returns array of DataTable, with only the properly initialized database tables

Returns

  • luaTable