hdbtabletype - codbex/codbex-kronos GitHub Wiki
Table Types (.hdbtabletype)
This object type represents a database type.
Reference
The information on how to develop the design-time data-persistence table type model for a Kronos application.
SAP Help
Example Artifact Code
TYPE "com.sap.hana.example::TT_PUBLISHERS" AS TABLE (
"PUBLISHER" INTEGER,
"NAME" NVARCHAR(50),
"PRICE" DECIMAL,
"COUNT" INTEGER
)
Sample
https://github.com/codbex/codbex-kronos/tree/main/samples/hdb-tabletype-simple
Modules
- Data Structure Parser
- Processor
Unit Tests
https://github.com/codbex/codbex-kronos/tree/main/modules/engines/engine-hdb/src/test/java/com/codbex/kronos/hdb/ds/parser/hdbtabletype https://github.com/codbex/codbex-kronos/tree/main/modules/engines/engine-hdb/src/test/java/com/codbex/kronos/hdb/ds/processors/tabletype