DESCRIBE [ OUTPUT ] prepared_name USING [ SQL ] DESCRIPTOR descriptor_name DESCRIBE [ OUTPUT ] prepared_name INTO [ SQL ] DESCRIPTOR descriptor_name DESCRIBE [ OUTPUT ] prepared_name INTO sqlda_name
DESCRIBE retrieves metadata information about the result columns contained in a prepared statement, without actually fetching a row.
The name of a prepared statement. This can be an SQL identifier or a host variable.
A descriptor name. It is case sensitive. It can be an SQL identifier or a host variable.
The name of an SQLDA variable.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.