Subject Re: [Firebird-Java] How can a get the complete ddl from a stored procedure?
Author Roman Rokytskyy
> can anyone tell me, how I can get the complete ddl from a stored
> procedure with DatabasMetadata?
> Now, I can read the parameters (in/out), but not the body.
>
> Or is the only possibility to get this information to select
> RDB$PROCEDURE_SOURCE from RDB$PROCEDURES ?

That is the only way for this at present time. Please fill the "request for
enhancement" and/or contribute the code.

Roman