by Thomas Kellerer <YQDHXVLMUBXG@[EMAIL PROTECTED]
>
Apr 11, 2008 at 01:26 PM
Sankar, 11.04.2008 13:15:
> Hi,
> pls help me how to get list of trigger names in a database through
> JDBC.. I want to disable triggers for database migration ...
>
> Regards
> Sankar R
There is no JDBC function for that. You will need to write a SQL statement
specific for your DBMS
Thomas