|
Options |
Name |
Purpose |
|
|
|
FindTableTablesHandler (Object, TempTableAstNodeAvailableEventArgs)
|
Event handler for the TempTableAstNodeAvailable event of the
TempTableAstWalker during the searching for temp-table names
|
|
|
|
Consultingwerk.Framework.Collections.CharacterList FindTempTables (ParseUnit)
|
Searches the ParseUnit for Temp-Table Definitions and returns a
List of Temp-Table names
|
|
|
|
Progress.Json.ObjectModel.JsonObject GetMetaInfoJson (character)
|
Reads a files Temp-Table MetaInfo into a JsonObject
|
|
|
|
LOGICAL HasMetaInfo (character)
|
Returns whether the given file contains Temp-Table Meta-Info
|
|
|
|
Consultingwerk.Framework.Collections.CharacterList ImportTablesFromCodeBlock (longchar, BusinessEntityDatasetController)
|
Imports Temp-Tables from an ABL code block into the model of the
Business Entity Dataset Controller
|
|
|
|
Consultingwerk.Framework.Collections.CharacterList ImportTablesFromFile (character, BusinessEntityDatasetController)
|
Imports Temp-Tables from an ABL source code file into the model of the
Business Entity Dataset Controller
|
|
|
|
Consultingwerk.Framework.Collections.CharacterList ImportTablesFromFile (character, CharacterList, BusinessEntityDatasetController)
|
Imports Temp-Tables from an ABL source code file into the model of the
Business Entity Dataset Controller
|
|
|
|
ImportTablesFromParseUnit (ParseUnit, CharacterList, BusinessEntityDatasetController, CharacterList)
|
Imports Temp-Tables from an ABL source code file into the model of the
Business Entity Dataset Controller
|
|
|
|
ProcessFieldNode (JPNode, character, integer, JsoNObject)
|
Processes a Field Node
|
|
|
|
ProcessIndexNode (JPNode, character, integer, JsonObject)
|
Processes an Index Node
|
|
|
|
ProcessSelectedTables (CharacterList, ParseUnit, BusinessEntityDatasetController)
|
Processes the selected Tables from the AST and creates them in the
Business Entity Dataset Controller
|
|
|
|
ProcessSelectedTablesHandler (Object, TempTableAstNodeAvailableEventArgs)
|
Event handler for the TempTableAstNodeAvailable event of the
TempTableAstWalker during the processing of selected temp-table names
|
|
|
|
RefreshTableFromFile (character, dataset)
|
Refreshes a Temp-Table from the include file
|
|
|
|
RefreshTableFromFile (character, dataset, logical)
|
Refreshes a Temp-Table from the include file
|
|
|
|
SetValue (handle, JsonObject, character)
|
Sets a fields value from a JsonObject
|
|
|
|
SetValues (handle, JsonObject, character)
|
Sets the values of a buffers fields from a JsonObjects properties with the same name
|
|
|
|
Consultingwerk.Framework.Collections.CharacterList ShowSelectTablesDialog (CharacterList, CharacterList, BusinessEntityDatasetController)
|
Shows a dialog to allow the user to select tables and indices to import
|