4. Defining Data Types : Required Routines for Data Type Definition : The Structure of db_data
 
Share this page                  
The Structure of db_data
The db_data field in the II_DATA VALUE structure is a pointer to the data. The exact structure of db_data will vary according to the data type. For standard SQL data types it will be the equivalent C data structure (see the Embedded SQL Companion Guide).
The decimal data type (db_datatype II_DECIIMAL) structure is described in Internal Structure of a Decimal Value.