Token | Comments |
---|---|
NAMESPACE | Define the namespace within which the generated class will be placed (-n option). |
The Symphony_TableMapping (version 3.2) template provides the ability to create a class/method to map between the table name and the physical ISAM file name and is used with the Symphony Harmony framework.
Token | Comments |
---|---|
NAMESPACE | Define the namespace within which the generated class will be placed (-n option). |
Symphony tokens are applied to fields in the repository in the Long Description. They allow for additional field processing by CodeGen. You must define both the token and value, enclosed within <> brackets. For example <SYMPHONY_MAX_DISPLAY_LENGTH=100>
You can define any number of Symphony tokens in the long description. There is no separation character required.
Table mapping | |
---|---|
codegen e -r -s * -ms -t Symphony_TableMapper_v3_2.tpl -o "%ROOT%ExampleData_Server\Data" -n ExampleData.Data |