TRNTYCAT.ddl: DB2 Transaction Types
Part of DB2 Transaction Types: Defines the transaction types used within the DB2 database for the Transaction Types module.
Files
- DB2CREAT.ctlThis program is responsible for creating the TRANSACTION_TYPE_CATEGORY table in DB2. It defines the table schema, including columns for transaction type code, category code, and category data. The table also includes primary and foreign key constraints to ensure data integrity, referencing the TRANSACTION_TYPE table.View
- DB2LTCAT.ctlThis program is responsible for creating and managing the TRANSACTION_TYPE_CATEGORY table in the CARDDEMO schema. It defines the structure of the table, including primary and foreign key constraints, ensuring data integrity for transaction type categories.View
- DB2CREAT.ctlThis node defines the TRANSACTION_TYPE_CATEGORY table in DB2, specifying columns for transaction type code, category code, and category data, with a composite primary key and a foreign key constraint linking to the TRANSACTION_TYPE table. It is related to the TRNTYCAT.ddl for its definition and is used by DB2CREAT.ctl and DB2LTCAT.ctl.View
- TRNTYCAT.ddlRelated flowView