/
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
Outputs of api.getBatchinfo
Outputs of api.getBatchinfo
More like this
In-memory Database (TableContext)
In-memory Database (TableContext)
Read with this
Model Logic Key Methods
Model Logic Key Methods
More like this
Reference (QueryAPI)
Reference (QueryAPI)
More like this
Type Codes
Type Codes
Read with this
Found an issue in documentation? Write to us.