Subject Re: How can a get the complete ddl from a stored procedure?
Author mirom_2005
Ok, I think about that and check my skill to realize a
FirebirdDatabaseMetaData interface.

Thank you and so long
Mike

--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
> > The DatabaseMetadata interface have no method for receiving the
> > procedure body. The ResultSet columns 4 - 6 are reserved for the
> > future. Do you mean to contact SUN for using one of these columns to
> > receive the body?
>
> No, I mean to create a FirebirdDatabaseMetaData interface that
extends the
> DatabaseMetaData interface and add explicit methods like
> getProcedureSourceCode(String), etc. to it. We have already JDBC
extensions