Subject | Re: How can a get the complete ddl from a stored procedure? |
---|---|
Author | mirom_2005 |
Post date | 2005-05-12T08:32:18Z |
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:
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 theextends 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
> DatabaseMetaData interface and add explicit methods likeextensions
> getProcedureSourceCode(String), etc. to it. We have already JDBC