Subject | How can a get the complete ddl from a stored procedure? |
---|---|
Author | mirom_2005 |
Post date | 2005-05-12T07:40:53Z |
Hi group,
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 ?
Mike
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 ?
Mike