|
|
|
LONGCHAR AddTempTableMetaInfo (longchar, JsonObject)
|
Adds the temp-table meta-info to the given source
|
|
|
|
Progress.Json.ObjectModel.JsonObject BuildFieldMetaInfoJson (handle)
|
Builds a meta-info JsonObject for a field
|
|
|
|
Progress.Json.ObjectModel.JsonObject BuildFieldsMetaInfoJson (character)
|
Builds a JsonObject with meta-data for all fields of a temp-table
|
|
|
|
Progress.Json.ObjectModel.JsonObject BuildIndexMetaInfoJson (handle)
|
Builds a meta-info JsonObject for an index
|
|
|
|
Progress.Json.ObjectModel.JsonObject BuildIndicesMetaInfoJson (character)
|
Builds a JsonObject with meta-data about a temp-tables indices
|
|
|
|
Progress.Json.ObjectModel.JsonObject BuildMetaInfo (character)
|
Builds a JsonObject with meta-data of a table and its fields and indices
|
|
|
|
Progress.Json.ObjectModel.JsonObject BuildTableMetaInfoJson (handle)
|
Builds a meta-info JsonObject for the temp-table
|
|
|
|
GenerateTempTableHandler (Object, GenerateTempTableEventArgs)
|
Event handler for the GenerateTempTable event of the BusinessEntityGenerator
|
|
|
|
LOGICAL IsPluginActive ()
|
Returns if the Plugin is active (not disabled)
|
|
|
|
ShutdownInternal ()
|
Uninitializes the plugin instance and unsubscribes from events
|
|
|
|
StartupInternal ()
|
Initializes the plugin instance and subscribes to required events
|