Subject Re: [firebird-support] Temporarily Disabling triggers
Author Uwe Grauer
Ricardo Agüero Rodas wrote:

> I would like to know it too .... but my question will be done this way:
>
> is there a way to get the names of all user tables in a database ?
> is there a way to get the names of all triggers that works with one
> table in
> particular ?
>
> Ricardo Agüero Rodas.
>
Yes, you have to take a look at the Metadata-Tables. (with names like
RDB$...).
You can than select on the apropiate Fields of these Tables.
Look at Chapter 7 of langref.pdf.
http://www.ibphoenix.com/downloads/60LangRef.zip

Uwe