Loading...
Select Version
If a dynamic cursor description includes placeholders, you can query the number and SQL data types of the placeholders with DESCRIBE INPUT after the cursor description has been prepared with the PREPARE statement.
To do this, you must specify a descriptor area to which the description of the data types is returned. You can read the item descriptors in the descriptor area with GET DESCRIPTOR (see section “Descriptor area”).