|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
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 |
Top
PROTECTED FindTableTablesHandler (Object, TempTableAstNodeAvailableEventArgs)
|
||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED Consultingwerk.Framework.Collections.CharacterList FindTempTables (ParseUnit)
|
||||||||||||||||||||||||||||||||
PROTECTED Progress.Json.ObjectModel.JsonObject GetMetaInfoJson (character)
|
||||||||||||||||||||||||||||||||
PROTECTED LOGICAL HasMetaInfo (character)
|
||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.Framework.Collections.CharacterList ImportTablesFromCodeBlock (longchar, BusinessEntityDatasetController)
|
||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.Framework.Collections.CharacterList ImportTablesFromFile (character, BusinessEntityDatasetController)
|
||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.Framework.Collections.CharacterList ImportTablesFromFile (character, CharacterList, BusinessEntityDatasetController)
|
||||||||||||||||||||||||||||||||
PROTECTED ImportTablesFromParseUnit (ParseUnit, CharacterList, BusinessEntityDatasetController, CharacterList)
|
||||||||||||||||||||||||||||||||
PROTECTED ProcessFieldNode (JPNode, character, integer, JsoNObject)
|
||||||||||||||||||||||||||||||||
PROTECTED ProcessIndexNode (JPNode, character, integer, JsonObject)
|
||||||||||||||||||||||||||||||||
PROTECTED ProcessSelectedTables (CharacterList, ParseUnit, BusinessEntityDatasetController)
|
||||||||||||||||||||||||||||||||
PROTECTED ProcessSelectedTablesHandler (Object, TempTableAstNodeAvailableEventArgs)
|
||||||||||||||||||||||||||||||||
PUBLIC RefreshTableFromFile (character, dataset)
|
||||||||||||||||||||||||||||||||
PUBLIC RefreshTableFromFile (character, dataset, logical)
|
||||||||||||||||||||||||||||||||
PROTECTED SetValue (handle, JsonObject, character)
|
||||||||||||||||||||||||||||||||
PROTECTED SetValues (handle, JsonObject, character)
|
||||||||||||||||||||||||||||||||
PROTECTED Consultingwerk.Framework.Collections.CharacterList ShowSelectTablesDialog (CharacterList, CharacterList, BusinessEntityDatasetController)
|
Temp-Table eBusinessEntityDefined in: |
Temp-Table eBusinessEntityPropertiesDefined in: |
Temp-Table eDataRelationDefined in: |
Temp-Table eDataRelationPropertiesDefined in: |
Temp-Table eFieldDefined in: |
Temp-Table eFieldPropertiesDefined in: |
Temp-Table eIndexDefined in: |
Temp-Table eIndexPropertiesDefined in: |
Temp-Table eTableDefined in: |
Temp-Table eTablePropertiesDefined in: |