JDBC DatabaseMetaData getProcedureColumns associated table names with columns
I am using JDBC DatabaseMetaData getProcedureColumns to get columns associated with the database stored procedures. Is there a way to augment the columns with their original source table as well? Here is the working code for the column information.
Example Output
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.