getProcedures() interface method doesn't return the functions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ddddd
    New Member
    • Jun 2007
    • 4

    getProcedures() interface method doesn't return the functions

    AM using the JDBC interface metho getProcedures() to get the stored procedures from the Database... Since this is common interface method am trying out with two different set of databases namely MySQL, DB2 and Oracle too.. For oracle and MySQL the getProcedures() returns the stored procedures as well as the Functions.. But for DB2 it returns only the stored procedures not the functions...

    What changes should i do so that the interface methos should be getProcedures() but DB2 should return me the total stored procedures and functions in the database?
Working...