-
Notifications
You must be signed in to change notification settings - Fork 3
hdbschema
Ayhan Rashidov edited this page Sep 5, 2022
·
1 revision
This object type represents a database schema.
The information on how to develop the design-time data-persistence schema model for a Kronos application.
schema_name="MYSCHEMA";
https://github.com/codbex/codbex-kronos/tree/main/samples/hdb-schema-simple
- ANTLR Parser
https://github.com/codbex/codbex-kronos/tree/main/modules/parsers/parser-hdbschema/src/main
- Data Structure Parser
- Processor
https://github.com/codbex/codbex-kronos/tree/main/modules/parsers/parser-hdbschema/src/test https://github.com/codbex/codbex-kronos/tree/main/modules/engines/engine-hdb/src/test/java/com/codbex/kronos/hdb/ds/parser/hdbschema https://github.com/codbex/codbex-kronos/tree/main/modules/engines/engine-hdb/src/test/java/com/codbex/kronos/hdb/ds/processors/schema