Analyzed data exploration related classes and functions
Classes List
Properties List
Functions List
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
prepareDataTableInitArray() : luaTable
-
Returns array of DataTable, with only the properly initialized database tables
Returns