Hi
Is there a way in sql2java to generate the ddl of a schema including tables, views, constraint, indexes and so on??
TIA
FA
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2010-09-16
You mean you want to work with the metadata? It can be accessed through the DatabaseMetaData object through a Connection object. This what you meant? Been a while since you posted this. Probably discovered this already? ;)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
Is there a way in sql2java to generate the ddl of a schema including tables, views, constraint, indexes and so on??
TIA
FA
You mean you want to work with the metadata? It can be accessed through the DatabaseMetaData object through a Connection object. This what you meant? Been a while since you posted this. Probably discovered this already? ;)