-
Notifications
You must be signed in to change notification settings - Fork 3
hdbsynonym
Ayhan Rashidov edited this page Sep 5, 2022
·
1 revision
This object type represents a database synonym.
The information on how to develop the design-time data-persistence synonym model for a Kronos application.
{
"acme.com.app1::MySynonym1" :
{
"target":
{
"schema": "DEFAULT_SCHEMA",
"object": "MY_ERP_TABLE_1"
},
"schema": "SCHEMA_2"
}
}- Currently the Parser do not take into account if a given property is mandatory.
- If the property order is misplaced the parser will still parse the values.
- If more than one value of one property is provided then only the last one is taken.
https://github.com/codbex/codbex-kronos/tree/main/samples/hdb-synonym-simple
- Data Structure Parser
- Processor
https://github.com/codbex/codbex-kronos/tree/main/modules/engines/engine-hdb/src/test/java/com/codbex/kronos/hdb/ds/parser/hdbsynonym https://github.com/codbex/codbex-kronos/tree/main/modules/engines/engine-hdb/src/test/java/com/codbex/kronos/hdb/ds/processors/synonym