I'm optimising a bespoke database layer in a messaging system to increase performance.
I'm using the ORACLE OCI OCIDescribeAny function to get meta-data about the columns in a database table.
How do I check the meta-data using an OCI call to see if a column has a default value set (in its schema definition).