/
printTablesDefinitions
printTablesDefinitions
This function returns definitions of only those in-memory tables which already have some lines loaded. I.e. if you have just defined the table, this function will not show anything.
def tableContext = api.getTableContext() tableContext.createTableFromProductMaster("P", ["sku", "attribute1"]) def resultIterator = api.stream("P", null) if (resultIterator) tableContext.loadRows("P", resultIterator) api.trace("Tables", null, tableContext.printTablesDefinitions("%") )
, multiple selections available,
Related content
createTableFromProductExtension
createTableFromProductExtension
More like this
In-memory Database (TableContext)
In-memory Database (TableContext)
Read with this
Read / Lookup / Search / Find Functions
Read / Lookup / Search / Find Functions
More like this
Datamart Join Sample Code
Datamart Join Sample Code
Read with this
QueryAPI - Reference
QueryAPI - Reference
More like this
Type Codes
Type Codes
Read with this
Found an issue in documentation? Write to us.