sql

thiru 2024-05-25T22:13:33.611619Z

Does anyone know if it's possible to get the definition of functions/procedures via JDBC?

thiru 2024-05-28T00:52:27.259159Z

Yeah seems like this is the only way to go. Thanks!

p-himik 2024-05-26T09:38:15.644589Z

No clue whether there's a JDBC-specific way, but at least with PostgreSQL you can get the definition of anything with a simple SQL query, since all the metadata is stored in system tables.